* {margin:0; padding:0}

#gallery {
	position:relative;
	width:570px;
	margin:0px auto;
	padding:0px;
	overflow: hidden;
}
#images { height:225px; background:#eef5f6; margin-bottom:20px}
#image {
	position:relative;
	width:570px;
	height:375px;
	padding:5px;

}
#image img {position:absolute; top:0px; left:0px}
#thumbwrapper {
	margin:0px;
	padding:5px 0;
	width:570px;
	height:90px;
	background:#FFF
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:90px;
	width:570px;
}
#thumbs {position:absolute; list-style:none; margin-left:0px; height:107px; width:10000px;}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav { height:375px; width:20%;  height:375px; width:20%;  outline:none; cursor:pointer}
/*#previmg {left:0; background:url(images/left.gif) left center no-repeat; }

#nextimg {right:0; background:url(images/right.gif) right center no-repeat;}*/
