#gallery {
	background: #f6f6f6; margin: 0px 0px; padding: 4px; border: 1px solid #d0d0d0; width: 465px; position: relative;
}
#images {
	background: rgb(238, 245, 246); border: 0px solid rgb(154, 193, 201); height: 325px; margin-bottom: 20px;
}
#image {
	background: url("../images/loading.gif") no-repeat center rgb(255, 255, 255); padding-top: 5px; border: 0px solid rgb(102, 102, 102); width: 465px; height: 325px; position: relative;
}
#image img {
	left: 0px; top: 0px; position: absolute;
}
#thumbwrapper {
	background: rgb(255, 255, 255); padding: 0px 0px; border: 0px solid rgb(102, 102, 102); width: 465px; height: 100px; margin-top: 0px; 
}
#thumbarea {
	width: 465px; height: 100px; overflow: hidden; position: relative;
}
#thumbs {
	list-style: none;
	width: 10000px;
	height:100px;
	margin: 0px;
	border-right-width: 0px;
	border-right-style: solid;
	position: absolute;
	left: -2px;
	top: -2px;
}

#thumbs li {
	margin-right: 5px; float: left; cursor: pointer;
}
.imgnav {
	width: 20%; height: 325px; position: absolute; z-index: 100; cursor: pointer;
}
#previmg {
	background: url("../images/left.png") no-repeat left; left: 0px; border-left-color: rgb(255, 255, 255); border-left-width: 0px; border-left-style: solid;
}
#previmg:hover {
	filter: alpha(opacity=100); opacity: 1;
}
#nextimg {
	background: url("../images/right.png") no-repeat right; right: 0px; border-right-color: rgb(255, 255, 255); border-right-width: 0px; border-right-style: solid;
}
#nextimg:hover {
	filter: alpha(opacity=100); opacity: 1;
}
