* {margin:0; padding:0}

#gallery {
	position:relative;
	width:389px;
	padding:0px;
	border:0px solid #fff;
	float:left;
	margin-right:25px;
	margin-bottom:10px;
	padding:2px;
	border:1px solid #e4d8c2;
}

#images {
border:0px solid #9ac1c9; 
height:225px;  
margin-bottom:20px}

#image {
	position:relative;
	width:385px;
	height:255px;
	padding:1px;
	margin-bottom:7px;
}
#image img {position:absolute; top:5px; left:5px}

#thumbwrapper {
	margin-top:0px;
	padding:2px 0;
	width:385px;
	height:50px;
	border:0px solid #666;
	
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:50px;
	width:385px;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:5px;
	height:50px;
	width:10000px;
	border-right:0px solid #FFF;
	left: -209px;
	top: -8px;
}
#thumbs li {
	float:left;
	margin-right:5px;
	cursor:pointer
}
.imgnav {
	position:absolute;
	height:200px;
	width:20%;
	z-index:100;
	height:309px;
	width:38px;
	z-index:100;
	outline:none;
	cursor:pointer
}
#previmg {
	left:1px;
	background:url(images/left.gif) left center no-repeat;
	border-left:0px solid #FFF;
	height: 200px;
}

#previmg:hover {
	opacity:1;
	filter:alpha(opacity=100);
	height: 200px;
}
#nextimg {right:0; background:url(images/right.gif) right center no-repeat; border-right:0px solid #FFF;
height: 200px;}

#nextimg:hover {
	opacity:1;
	filter:alpha(opacity=100);
	height: 200px;
}
