table.grid {
	border-spacing: 0;
	border-collapse: collapse;
	border: 0px none;
}

.grid div.hover {
	background-color: #cccccc;
	cursor: pointer;
}

#slide_show {
}
#slide_show .stage {
	position: relative;
	overflow: hidden;
	
	background-color: white;
	
	width: 655px;
	height: 491px;
}
#slide_show .stage img.slide {
	position: absolute;
	
	width: 655px;
	
	cursor: pointer;
}

.margin-bottom {
	margin-bottom: 20px;
}
