/* CSS Document */

#gallery_wrapper {
	min-height: 1px;
	margin: 20px -20px 0px 0px;
	}
	
* html #gallery_wrapper {
	height: 1px;
	}
	
#gallery_wrapper:after {
	content: ".";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	}
	
#gallery_wrapper .gallery_item{
	width: 143px;
	height: 95px;
	margin: 0 9px 15px 0;
	float: left;
	position: relative;
	overflow: hidden;
}

#gallery_wrapper .gallery_item .gallery_item_overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 143px;
	height: 95px;
	background: url(gallery_thumb_overlay.png) no-repeat 0 0;
	visibility: visible;
}

#gallery_wrapper .gallery_item a:hover .gallery_item_overlay{
	background: url(gallery_thumb_overlay.png) no-repeat 0 bottom;
}

#gallery_wrapper .gallery_item a{
	width: 143px;
	height: 95px;
	display: block;
	position: relative;
}

.back_link{
	margin:15px 0 10px;	
}

.image img{
	display: block;
	margin: 10px 0;
}