* {
	margin:0;
	padding:0;
}
#image {
	position:relative;
	width:336px;
	height:363px;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#image img {
	position: absolute;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:87px;
	width:336px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#thumbs {
	position: absolute;
	list-style:none;
	height:86px;
	width:10000px;
	border-right:5px solid #FFF;
}
#thumbs li {
	float:left;
	cursor:pointer;
	height: 86px;
	width: 80px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin: 0px;
}
.imgnav {
	position:absolute;
	height:375px;
	width:20%;
	z-index:100;
	height:363px;
	width:20%;
	z-index:100;
	outline:none;
	cursor:pointer;
}
#previmg {
	left:0;
	background:url(images/left.gif) left center no-repeat
}
#previmg:hover {
	opacity:1;
	filter:alpha(opacity=100)}
#nextimg {
	right:0;
	background:url(images/right.gif) right center no-repeat
}
#nextimg:hover {
	opacity:1; 
	filter:alpha(opacity=100)
}

