#images {
	height: 225px;
	background: #eef5f6;
	margin-bottom: 20px
}
#image {
	width: 880px;
	height: 573px;
	background: url(../images/loading.gif) center center no-repeat;
	overflow: hidden;
}
#image img {
	/*position: relative;
	/*top: 80px;
	left: 600px;*/
}

#thumbwrapper { width:860px; height:100px; margin:5px 0 5px 0; padding: 6px 10px 10px 10px;border-top: 2px #80898E solid; border-bottom: 2px #80898E solid;}
#thumbarea {position:relative; overflow:hidden; height:100px; width:774px;}
#thumbnail {position:absolute; list-style:none; height:100px; width:10000px;}
#thumbnail li {float:left; cursor:pointer}
#thumbnail li img { border-right: 5px #CDCDCD solid; }
.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(images/left.gif) left center no-repeat; border-left:5px solid #FFF;display:none;
}
#previmg:hover {
	opacity:1; filter:alpha(opacity=100);
}
#nextimg {
	right:0; background:url(images/right.gif) right center no-repeat; border-right:5px solid #FFF;display:none;
}
#nextimg:hover {
	opacity:1; filter:alpha(opacity=100)
}