#gallery {
	position:relative;
	width:960px;
	background-color: #000000;
}
#image {
	position:inherit;
	width:960px;
	height:250px;
	background:#FFF url(images/loading.gif) center center no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#image img {position:absolute; top:0px; left:0px}
#thumbwrapper {margin-top:10px; width:960px; height:100px;}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:100px;
	width:960px;
	background-color: #000000;
}
#thumbarea ul{
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
}
#thumbs {
	position:absolute;
	list-style:none;
	height:100px;
	width:10000px;
	top: -5px;
	left: -2px;
	background-color: #333333;
}
#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: -1px;
}
#previmg {left:-2px; background:url(images/left.gif) left center no-repeat;}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:1px; background:url(images/right.gif) right center no-repeat;}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
