#gallery {
	position:absolute;
	width:757px;
	height: 337px;
	margin: 0px;
	padding: 0px;
}
#image {
	position:relative;
	width:757px;
	height:250px;
	border: 4px solid #3C4664;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#image img {position:absolute; top:0px; left:0px}
#thumbwrapper {
	margin-top:0px;
	width:860px;
	height:80px;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:80px;
	width:696px;
	margin-left: 28px;
	border-right-width: 7px;
	border-left-width: 7px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3C4664;
	border-left-color: #3C4664;
	margin-bottom: 0px;
	padding: 0px;
}
#thumbarea ul{ margin:0; padding: 0px;}
#thumbs {
	position:absolute;
	list-style:none;
	height:80px;
	width:10000px;
	left: 1px;
	top: 1px;
}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {
	position:absolute;
	height:250px;
	width:20%;
	z-index:100;
	height:250px;
	width:20%;
	z-index:100;
	outline:none;
	cursor:pointer;
	top: 0px;
}
#previmg {
	left:1px;
	background:url(images/left.gif) left center no-repeat;
}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {
	right:4px;
	background:url(images/right.gif) right center no-repeat;
}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
