*{padding:0;margin:0;list-style:none;border:0;}
/* 焦点图 同步修改slide.js中的宽度*/
#show{
	position: relative;
	height: 640px;
	width: 1920px;
	margin: 0 auto;
	margin-top:0px;
	z-index: 3; 
}

#show a {
	float: left;
	display: inline;
}
#show .img {
	position: absolute;
	width: 1920px;
	height: 640px;
	overflow: hidden;
	max-width:none;
}
#show .img SPAN {
	position: absolute;
	width: 19999px;
	display: block
}
#show .btns {
	z-index: 10;	
	width: 1680px
}
#show .btns B {
	position: absolute;
	width: 100px;
	display: block;
	height: 14px;
	overflow: hidden;
	top: 550px;
	left: 50%
}
#show .btns B I {
	width: 10px;
	background: #fff;
	float: left;
	height: 10px;
	font-size: 0px;
	overflow: hidden;
	cursor: pointer;
	margin-right: 6px;
	border: #414140 1px solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px
}
#show .btns B I:hover {
	background: #009B27
}
#show .btns B I.on {
	background: #009B27;
	cursor: default
}
#show .btns B I.on:hover {
	background: #3cd2f1;
	cursor: default
	
}
#show .btns S {
	position: absolute;
	WIDTH: 60px;
	display: none;
	height: 80px;
	overflow: hidden;
	top: 200px;
	cursor: pointer
}
#show .btns S I {
	position: absolute;
	width: 60px;
	background: url(/images/btn_show.png);
	height: 640px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/images/btn_show.png");
	_background: none;
}

#show .btns S I:hover {
	position: absolute;
	width: 60px;
	background: url(/images/btn_show2.png);
	height: 640px;
	_background: none;
}
#show .btns S.prev {
	left: 0px
}
#show .btns S.prev I {
	top: -80px
}
#show .btns S.next {
	right: 0px
}
.show-hover#show .btns S {
	display: block
}

