* {
	margin:0;
	padding:0
}
body {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#F4FFCC;
	margin-top:10px;
}
#gallery {
	position:relative;
	width:540px;
	margin: auto;
	padding:5px;
	border:0px solid #AAA;
	background-color:#A7CC8F;
}
#imagearea {
	border:0px solid #9ac1c9;
	height:370px;
	background:#FFF;
	margin-bottom:0px;
	overflow:hidden;
	text-align:center;
	margin: auto;
}
#image {
	position:relative;
	width:540px;
	height:365px;
	padding:0px;
	border:0px solid #666;
	background:#FFF url(images/loading.gif) center center no-repeat;
	overflow:hidden;
	text-align:center;
	margin: auto;
	background-color: #FFF;
}
#image img {
	position:absolute;
	top:5px;
	left:45px
}
#thumbwrapper {
	margin-top:0px;
	padding:2px 0;
	width:540px;
	height:68px;
	border:0px solid #666;
	background:#FFF
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:70px;
	width:535px;
	margin-left:5px;
	margin-right:5px;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:0px;
	height:70px;
	width:10000px;
	border-right:0px solid #FFF
}
#thumbs li {
	float:left;
	margin-right:3px;
	cursor:pointer
}
.imgnav {
	position:absolute;
	width:10%;
	z-index:100;
	height:335px;
	outline:none;
	cursor:pointer
}
#previmg {
	left:0;
	background:url(images/left.gif) left center no-repeat;
	border-left:0px solid #FFF
}
#previmg:hover {
	opacity:1;
	filter:alpha(opacity=100)
}
#nextimg {
	right:0;
	background:url(images/right.gif) right center no-repeat;
	border-right:0px solid #FFF
}
#nextimg:hover {
	opacity:1;
	filter:alpha(opacity=100)
}

