#gallery {position:relative; width:402px;  }
#images { height:225px;  }
#image {position:relative; top:-15px; width:400px; height:380px; background:url(loading.gif) center center no-repeat}
#image img {position:absolute; background:#000000;  border:#000000 solid 5px;}
#thumbwrapper {visibility:hidden;}
#thumbarea {position:relative; overflow:hidden; height:0px;  border:#000000 solid 5px; }
#thumbs {position:absolute; list-style:none; height:0px}
#thumbs li {float:left; margin-right:5px; cursor:pointer; border:#000000 solid 5px;}
.imgnav {
	position:absolute;
	height:54px;
	width:20%;
	z-index:100;
	width:20%;
	z-index:100;
	outline:none;
	cursor:pointer;
	top: -14px;
}
#previmg {
	left:-1px;
	background:url(left.gif) left top no-repeat;
	margin-top:180px;
	margin-left:-5px;
}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:40; background:url(right.gif) right top  no-repeat; margin-top:180px; margin-left:332px; }
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}

