#gallery {
	position:relative;
	width:640px;
	margin:0 auto 10px auto;
}

#imagearea {
	border-bottom: 3px solid #dcdce2 ;
	padding: 5px 10px 7px ;
}

#image {
	position:relative;
	width:620px;
	height:340px;
	background:#FFF url(/img/slideLoading.gif) center center no-repeat;
	overflow: hidden;
}

#image img {
	position:absolute;
	top:0;
	left:0;
}

#thumbwrapper {
	padding:5px 0;
	width:620px;
	height:60px;
	background:#FFF;
	margin: 3px 10px 0 ;
	overflow: hidden;
}

#thumbarea {
	width:620px;
	height:60px;
	position:relative;
	overflow:hidden;
}

#thumbs {
	position:absolute;
	list-style:none;
	height:60px;
	width:10000px;
}

#thumbs li {
	float:left;
	margin-right:5px;
	cursor:pointer;
}

.imgnav {
	position:absolute;
	width:20%;
	z-index:100;
	height:340px;
	outline:none;
	cursor:pointer;
}

#previmg {
	left:0;
	background:url(/img/slideLeft.gif) left center no-repeat;
	opacity:0;
	filter:alpha(opacity=0);
}

#previmg:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

#nextimg {
	right:0;
	background:url(/img/slideRight.gif) right center no-repeat;
	opacity:0;
	filter:alpha(opacity=0);
}

#nextimg:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

