
/*幻灯片*/
#gallery {
	 position:relative;
	 width:998px;
	 border:1px solid #d8d8d8;
}
#images {
	width:998px;
	height:420px;
	background:#000 !important; 
	margin-bottom:20px;
}
#image {
	position:relative; 
	width:958px;
	height:420px; 
	padding:20px;/* 
	background:#FFF url(../images/loading.gif) center center no-repeat;*/
}
#image img {
	position:absolute;
	top:10%;
	left:45%;
	margin-left:-215px;
}
#thumbwrapper {
	margin-top:10px; 
	padding:20px; 
	width:958px; 
	height:120px; 
	border-top:1px solid #d8d8d8; 
	background:#f8f8f8;
}
#thumbarea {
	position:relative; 
	overflow:hidden; 
	height:120px; 
}
#thumbs{
	position:absolute; 
	list-style:none; 
	margin-left:5px; 
	height:100px; 
	width:10000px; 
	border-right:5px solid #FFF;
}
#thumbs li{
	float:left; 
	margin-right:20px; 
	width:154px;
	height:118px;
	cursor:pointer;
	border:1px solid #d8d8d8;
	background:#fff;
	text-align:center;
}
#thumbs li img{
	width:48%;
}
.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(../image/left.gif) left center no-repeat; 
	border-left:5px solid #FFF;
}
#previmg:hover {
	opacity:1; 
	filter:alpha(opacity=100);
}
#nextimg {
	right:0; 
	background:url(../image/right.gif) right center no-repeat; 
	border-right:5px solid #FFF;
}
#nextimg:hover {
	opacity:1; 
	filter:alpha(opacity=100);
}