#gallery {
	position:relative;
	width:667px;
	height: 520px; 
	padding:0;
	margin: 0;
	}
	
#images {
	height:482px;
	margin: 0;
	padding: 0;
	}


#image {
	position:relative;
	width:667px;
	height:482px;
	padding:0;
	margin: 0;
	background:#000 url(../images/loading.gif) center center no-repeat;
}

#image img {
	position:absolute;
	top:0px;
	left:0px;
	height:482px;
	width:667px;
}

#thumbwrapper {
	margin: 3px 0 0 0;
	padding: 0;
	width:667px;
	height:38px;
	top: 0;
	left: 0;
}

#thumbarea {
	position:relative;
	top: 0;
	left: 0;
	overflow:hidden;
	height:38px;
	width:667px;
	margin:0 0 0 0px;
	padding: 0; 
	}
#thumbs {
	position:relative;
	left: 0;
	top: 0;
	list-style:none;
	margin:0;
	padding: 0;
	height:38px;
	width:1000px;
	}
	
#thumbs li {
	margin: 0;
	float:left;
	padding: 0 3px 0 0;
	height:38px;
	border: solid 0px #000000;
	}
	
.imgnav {
	position:absolute; 
	height:482px;
	width:20%;
	z-index:100;
	}
	
#previmg {
	left:0;
	background:url(../images/left.gif)left center no-repeat;
	}
#previmg:hover {
	opacity:1;
	filter:alpha(opacity=100);
	}
	
#nextimg {
	right:0;
	background:url(../images/right.gif)right center no-repeat;
	}
	
#nextimg:hover {
	opacity:1;
	filter:alpha(opacity=100);
	}