* {
	padding:0;
	margin: 0;
}
#gallery {
	width:580px;
	padding:0px;
	background:#FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {
	position:relative;
	width:568px;
	height:300px;
	padding:5px;
	border:1px solid #CCCCCC;
	background:#FFF url(../images/loading.gif) center center no-repeat
}
#image img {position:absolute; top:5px; left:5px}


#thumbwrapper {
	margin-top:0px;
	width:578px;
	height:80px;
	border:1px solid #CCCCCC;
	background:#FFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}


#thumbarea {
	position:relative;
	overflow:hidden;
	height:80px;
	width:578px;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:3px;
	height:50px;
	width:578px;
	border-right:5px solid #FFF
}

#thumbs li {
	float:left;
	width:140px;
	margin-left:3px;
}
.imgnav {position:absolute; height:375px; width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer}


#previmg {left:0; background:url() left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url() right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}

