#gallery {
	width:414px;
	margin:0 auto !important;
	margin-left:106px;
}
#images {
	height:225px;
	margin-bottom:20px;
}
#image {
	width:400px;
	height:300px;
	padding:5px;
	background:url(../img/loading.gif) center center no-repeat;
	position: relative;
}
#image img {
	position:absolute;
	left: 0px;
	top: 0px;
}
#thumbwrapper {
	margin-top:5px;
	width:398px;
	height:60px;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:100px;
	width:400px;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin:0;
	padding:0;
	height:100px;
	width:10000px;
}
#thumbs li {
	float:left;
	margin-right:5px;
	cursor:pointer;
}
.imgnav {
	position:absolute;
	height:375px;
	width:20%;
	z-index:100;
	height:100px;
	width:20%;
	z-index:100;
	outline:none;
	cursor:pointer;
}
#previmg {
	left:0;
	background:url(../img/left.gif) left center no-repeat
}
#previmg:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
#nextimg {
	right:0;
	background:url(../img/right.gif) right center no-repeat;
}
#nextimg:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

