* {margin:0; padding:0}
#gallery {
	position:relative;  
	margin:0 auto;
	text-align:center;
	}
#image {
	position:relative;
	width:550px;
	height:360px; 
	padding:5px; 
	border:2px solid #805836; 
	background:#FFF url(images/loading.gif) center center no-repeat;
	margin:0 auto;
	}
#image img {
	text-align:center;
	top:5px;
	left:5px;
	position:absolute;
	}
#thumbwrapper {
	margin:10px auto;
	text-align:left; 
	padding:5px ; 
	height:79px;
	width:550px; 
	border:2px solid #805836; 
	background:#FFF
	}
#thumbarea {
position:relative; 
overflow:hidden ;
height:79px;
}
#thumbs {
position:absolute; 
list-style:none; 
margin-right:5px; 
height:79; 
width:10000px; 
border-right:5px solid #FFF
}
#thumbs li {
	float:left; 
	margin-right:5px; 
	cursor:pointer;
	padding:0;
	}
ul#thumbs {
	padding:0;
	margin:0;
	}
.imgnav {
position:absolute; 
height:360px; 
width:40%; 
z-index:100; 
outline:none; 
cursor:pointer
}
#previmg {
left:0; 
background:url(images/left.png) left 90% no-repeat; 
border-left:5px solid #FFF
}
#previmg:hover {
opacity:1; 
filter:alpha(opacity=100)
}
#nextimg {
right:0; 
background:url(images/right.png) right 90% no-repeat; 
border-right:5px solid #FFF
}
#nextimg:hover {
opacity:1; 
filter:alpha(opacity=100)
}