#gallery_main_image {
	position:absolute;
	top:27px;
	left:40px;
	width:474px;
	height:293px;
}
#gallery_main_image a {
	position:absolute;
	top:0px;
	left:0px;
	width:474px;
	height:293px;
	display:none;
}

#gallery_main_image {
	width:474px;
	height:293px;
}

#gallery_main_image img.fullscreen {
	position: absolute;
	display: none;
	top: 5px;
	left:430px;
	width: 31px;
	height: 23px;
}

#gallery_wrap:hover .fullscreen {
	display: block;
}

#gallery_thumbs {
	position:absolute;
	top:28px;
	left:519px;
	width:58px;
	height:293px;
	overflow:hidden;
}
  
#gallery_thumbs_inner {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

.gallery_thumb {
	position:relative;
	float:left;
	clear:none;
	width:52px;
	height:33px;
	background-image: url(../media/images/thumb_bg.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-bottom:1px;
	border:1px solid #9e3e21;
	cursor:pointer;
}

.gallery_thumb img {
	width:52px;
	height:33px;
}

#gallery_thumbs .gallery_thumb.current {
	border:1px solid #f0c84e;
}