* {
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#gallery {
	position:relative;
	width:811px;
	float: right;
	
}
#images {height:0px; margin-bottom:20px}
#image {position:relative; width:811px; height:400px; padding:0px; background:url(images/loading.gif) center center no-repeat}
#image img {position:absolute; top:0px; left:0px}
#thumbwrapper {
	margin-top:0px;
	width:180px;
	height:100px;
	padding-right: 0;
	padding-left: 0px;
	display: inline;
	margin-left: 550px;
	
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:100px;
	width:180px;
	display: inline;
	clip: rect(auto,auto,auto,auto);
}
#thumbs {position:absolute; list-style:none; margin-left:550px; width:180px; margin-top:-330px; }
#thumbs li {
	float:left;
	margin-right:5px;
	cursor:pointer;
	width: 179px;
	display: inline;
	margin-top:10px
}
.imgnav {position:absolute; width:20%; z-index:100; height:612px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(images/left.png) left center no-repeat}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(images/right.png) right center no-repeat}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}

.border {border:solid 1PX #CCCCCC;}
