#gallery {
	width:615px;
	border:6px solid #DDDBC4;
	margin-top: 20px;
	position: relative;
	background-color: #DDDBC4;
}
#images {
	border:2px solid #9ac1c9;
	height:335px;
	background:#eef5f6;
	margin-bottom:20px;
}
#image {
	width:600px;
	height:335px;
	padding:5px;
	border:2px solid #EBE9DC;
	position: relative;
	background-color: #DDDBC4;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#image img {
	top:5px;
	left:5px;
	position: absolute;
}
#thumbwrapper {
	width:610px;
	height:5px;
	border:2px solid #DDDBC4;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	background-color: #DDDBC4;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:5px;
	width:600px;
	margin-right: auto;
	margin-left: auto;
}
#thumbs {
	position:absolute;
	list-style:none;
	height:5px;
	width:500px;
	border-right-color: #FFF;
	border-left-color: #FFF;
	display: inline;
	left: -40px;
}
#thumbs li {
	float:left;
	margin-right:5px;
	cursor:pointer;
	margin-left: 0px;
}
.imgnav {
	position:absolute;
	height:375px;
	width:20%;
	z-index:100;
	height:335px;
	width:20%;
	z-index:100;
	outline:none;
	cursor:pointer
}
#previmg {
	left:0;
	background:url(../images/left.gif) left center no-repeat;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #DDDBC4;
}
#previmg:hover {
	opacity:1;
	filter:alpha(opacity=100)
}
#nextimg {
	right:0;
	background:url(../images/right.gif) right center no-repeat;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #DDDBC4;
}
#nextimg:hover {
	opacity:1;
	filter:alpha(opacity=100)
}
