#gallery {
	position:relative;
	width:540px;
	height: 380px;
}
#image {
	position:relative;
	width:540px;
	height:360px;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#image img {
	position:absolute; 
	top:0px; 
	left:0px
}
#thumbwrapper {
	position: relative;
	padding-top: 5px;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:20px;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:3px;
	height:20px;
	width:100%;
}
#thumbs li {
	float:left;
	margin-right:5px;
	cursor:pointer;
	border-right-style:solid;
	border-right-color:#6B84B0;
	border-right-width:1px;
	padding-right:3px;
	line-height: 12px;
}
#thumbs li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #6B84B0;
	font-size: 11px;
	text-decoration: none;
}
#thumbs li a:hover {
	color: #FFFFFF;
}
#thumbs_design {
	position:absolute;
	list-style:none;
	margin-left:3px;
	height:20px;
	width:100%;
}
#thumbs_design li {
	float:left;
	margin-right:5px;
	cursor:pointer;
	border-right-style:solid;
	border-right-color:#0092c1;
	border-right-width:1px;
	padding-right:3px;
	line-height: 12px;
}
#thumbs_design li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #0092c1;
	font-size: 11px;
	text-decoration: none;
}
#thumbs_design li a:hover {
	color: #FFFFFF;
}
.imgnav {
	position:absolute;
	height:360px; 
	width:20%;  
	 z-index:100; 
	 outline:none; 
	 cursor:pointer
}
#previmg {
	left:0;
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
	height: 360px;
	filter:alpha(opacity=50);
	background-position: left center;
}
#previmg:hover {
	opacity:1; 
	filter:alpha(opacity=100)
}
#nextimg {
	right:0;
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	filter:alpha(opacity=50);
	background-position: right center;
	height: 360px;
}
#nextimg:hover {
	opacity:1; 
	filter:alpha(opacity=100)
}

