#gallery {
	position:relative;
	width:342px;
	background:#fff;
	float:left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#images {height:244px; background:#eef5f6; margin-bottom:20px}
#image {position:relative; width:342px; height:244px; background:#FFF url(images/loading.gif) center center no-repeat}
#image img {position:absolute}
#thumbarea {position:relative; overflow:hidden; height:31px; width:362px; padding-top:10px; }
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:0px;
	width:362px;
	border-right:5px solid #FFF
}
#thumbs li {float:left; margin-right:17px; cursor:pointer}   

.imgnav {
	position:absolute;
	height:375px;
	width:20%;
	z-index:100;
	height:208px;
	width:338px;
	z-index:100;
	outline:none;
	cursor:pointer;
	top: 37px;
}
#previmg {left:0; background:url(images/left.gif) left center no-repeat}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(images/right.gif) right center no-repeat}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
