* {margin:0; padding:0}
#gallery {
	position:relative;
	width:364px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#images {
	background-image: url(../images/bg_photos.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#image {
	position:relative;
	width:370px;
	height:374px;
	padding:0px;
	background-image: url(../images/bg_photos.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
#image img {
	position:absolute;
	top:8px;
	left:8px;
	right: 8px;
	bottom: 8px;
}
#thumbwrapper {
	width:364px;
	height:54px;
	background-color: #FFFFFF;
	padding: 3px;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:54px;
	width:364px;
}
#thumbs {
	position:absolute;
	list-style:none;
	height:60px;
	width:10000px;
}
#thumbs li {
	float:left;
	margin-right:1px;
	cursor:pointer
}
.imgnav {position:absolute; height:375px; width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer}
#imagearea {
	margin-bottom: 3px;
}
#previmg {
	left:0;
	background-image: url(../images/btn_left.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	width: 28px;
}

#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {
	right:0;
	background-image: url(../images/btn_right.png);
	background-repeat: no-repeat;
	background-position: 1px center;
	width: 28px;
}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
