* {margin:0; padding:0}

#gallery {position:relative; width:800px; background-color:#101d26;text-align:left}
#images {height:426px; background:#eef5f6;}
#image {position: absolute; width:800px; height:426px;}
#image img {position:relative;}
#thumbwrapper {
	position:absolute;
	width:480px;
	height:35px;
	z-index:10;
	left: 10px;
	top: 385px;
}
#thumbarea {
	position:absolute;
	overflow:hidden;
	height:35px;
	width:480px;
	z-index:10;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:5px;
	height:35px;
	width:2000px;
	z-index:10
}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:390px; width:38px; z-index:100; height:390px; width:5%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(images/left.png) left center no-repeat;height:390px}
#previmg:hover {background:url(images/left-over.png) left center no-repeat}
#nextimg {right:0; background:url(images/right.png) right center no-repeat;}
#nextimg:hover {background:url(images/right-over.png) right center no-repeat}

