#gallery {
	position:absolute;
	width:620px;
	padding:10px;
	left: 10px;
	top: 170px;
	height: 400px;
}
#images {
	border:2px solid #9ac1c9;
	height:225px;
	background:#eef5f6;
	margin-bottom:20px;
}
#image {
	position:absolute;
	width:610px;
	height:300px;
	padding:5px;
	border:2px solid #666;
	background:#FFF url(../images/gallery/gallimg/loading.gif) center center no-repeat;
	left: 8px;
	top: 18px;
}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {
	margin-top:5px;
	padding:5px;
	width:612px;
	height:69px;
	border:2px solid #666;
	background:#FFF;
	position: absolute;
	top: 342px;
	left: 7px;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:80px;
	width:610px;
}
#thumbs {
	position:relative;
	list-style:none;
	height:80px;
	width:2914px;
	border-right:5px solid #FFF;
	margin: 0;
}
#thumbarea #thumbs li{
	float:left;
	margin-right:5px;
	cursor:pointer;
	height: 80px;
}
.imgnav {
	position:absolute;
	height:375px;
	width:20%;
	z-index:100;
	height:282px;
	width:20%;
	z-index:50;
	outline:none;
	cursor:pointer;
	background-image: url(../images/gallery/gallimg/right.gif);
}
#previmg {left:0; background:url(../images/gallery/gallimg/left.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(../images/gallery/gallimg/right.gif) right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}

