#gallery {position:relative; border:1px solid #0000ff; width:488px; margin:0px auto; padding:0px; border:6px solid #fff; background:#AAA}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {position:relative; width:480px; height:268px; padding:5px; border:2px solid #666; background:#FFF url(../images/image/loading.gif) center center no-repeat}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {margin-top:0px; padding:5px 0; width:490px; height:100px; border:2px solid #666; background:#FFF}
#thumbarea {position:relative; overflow:hidden; height:84px; width:490px; }
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:0px;
	height:84px;
	width:10000px;
	border-right:5px solid #FFF;
	left: -6px;
	top: 0px;
}
#thumbs li {float:left; margin-right:5px; width:150px; cursor:pointer}
.imgnav {
	position:absolute;
	height:20px;
	width:20px;
	z-index:200;
	z-index:200;
	outline:none;
	cursor:pointer;
	top: 356px;
}
#previmg {left:13px; background:url(../images/image/left.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:13px; background:url(../images/image/right.gif) right center no-repeat; border-right:1px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
