#gallery {
	position:relative;
	width:729px;
}
#images {
	border:2px solid #a0a0a0;
	height:225px;
	margin-bottom:20px
}
#image {
	position:relative;
	width:718px;
	height:311px;
	padding:0px;
	border:2px solid #a0a0a0;
	background:#FFF url(../images/loading.gif) center center no-repeat
}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {
	margin-top:10px;
	width:718px;
	height:52px;
	border:2px solid #a0a0a0;
	background:#FFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:52px;
	width:718px;
}
#thumbs {
	position:absolute;
	list-style:none;
	padding:0px;
	margin-top:0px;
	margin-left:5px;

	width:10000px;
}
#thumbs li {
	margin-right:12px;
	cursor:pointer;
	padding:0px;
	float: left;
	opacity:0.3;
	filter:alpha(opacity=30);
}
#thumbs li:hover {
	opacity:1;
	filter:alpha(opacity=100)
	}
.imgnav {position:absolute; height:311px; width:20%; z-index:100; height:311px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(../images/left.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {
	right:0;
	border-right:5px solid #FFF;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
.border {
	border: 1px solid #000000;
}
