#gallery {position:relative; width:489px; margin:0px auto; padding:0px}
#images {border:0px solid #000099; height:120px; background:#000099}
#image_h {
	z-index: 103;

}
#image {
	position:relative;
	width:340px;
	height:120px;
	border:0px solid #666;
	background-color: #FFF;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#image img {
	position:absolute;
	top:0px;
	left:0px;
}
#thumbwrapper {
	margin-top:0px;
	width:340px;
	height:120px;
	border:0px solid #666;
	background:#FFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#thumbarea {position:relative; overflow:hidden; height:1px; width:1px; }
#thumbs {position:absolute; list-style:none; margin-left:0px; height:1px; width:10000px; border-right:0px solid #FFF}
#thumbs li {float:left; margin-right:0px; cursor:pointer}
.imgnav {position:absolute; height:138px; width:20%; z-index:100; height:138px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(images/left.gif) left center no-repeat; border-left:0px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(images/right.gif) right center no-repeat; border-right:0px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}