* {margin:0; padding:0}
#gallery {
	position:relative;
	width:572px;
	margin:2px auto;
	padding:0px;
	border:1px solid #FFFFFF;
	background:#FFFFFF;
}
#images {
	border:1px solid #FFFFFF;
	height:420px;
	background:#FFFFFF;
	margin-bottom:20px;
	width: 560px;
}
#image {
	position:relative;
	width:560px;
	height:420px;
	padding:5px;
	border:1px solid #999999;
	background:#FFFFFF;
}
#image img {
	position:absolute;
	height: 420px;
	width: 560px;
}
#thumbwrapper {
	margin-top:6px;
	padding:0px 0 2px;
	width:570px;
	height:50px;
	background:#FFFFFF;
	border: 1px solid #999999;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:49px;
	width:570px;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:2px;
	height:50px;
	width:10000px;
	border-right:10px solid #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#thumbs li {
	float:left;
	cursor:pointer;
	border: 1px solid #000000;
	margin-left:2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
.imgnav {
	position:absolute;
	height:420px;
	width:20px;
	z-index:100;
	height:420px;
	width:20px;
	z-index:100;
	outline:none;
	cursor:pointer;
}
#previmg {
	left:0;
	background:url(images/left.gif) left center no-repeat;
	border-left:1px solid #FFFFFF;
}
#previmg:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
#nextimg {
	right:0;
	background:url(images/right.gif) right center no-repeat;
	border-right:1px solid #FFFFFF;
}
#nextimg:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

