#gallery_images_table {
	border-collapse: collapse;
}
#gallery_images_table img {
	
}
table#gallery_images_table td {
	height: 150px;
	overflow: hidden;
	text-align: center;
	padding-right: 20px;
}
#return_to_gallery {
	float: left;
}

#previous_image, #next_image {
	float: right;
	padding-left: 20px;
}
#previous_image {
	
}
#image_count {
	/*margin: 50% 0px;*/
	display: inline;
	position: absolute;
	top:0px;
	left:50%;
	margin-left: -34px;
}
#gallery_images_nav {
	position: relative;
	width: 100%;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
	vertical-align: middle;
	line-height: 30px;
	height:30px;
	margin-bottom: 20px;
	text-align: center;
}

.gallery_images_image_container {
	height: 150px;
	overflow: hidden;
	text-align: center;
	vertical-align: centre;
}
.gallery_images_image_container img {
	
}

.gallery_images_image_zoom {
	text-align:center;
	width: 100%;
}

.gallery_images_image_zoom img {
	text-align: center;
	border: 1px solid #AAA;
	padding: 3px;
}
