

/*焦点图片*/
.stacked-slider{font:12px/20px Arial, Helvetica, sans-serif;color:#444;width:1196px; position:relative; margin:40px auto 0; background:url(shadow.gif) no-repeat center bottom; padding: 0 0 30px; }
.stacked-slider a{display:none;position:absolute;top:0;left:0;z-index:8;width:759px;height:351px; background: #000; }
.stacked-slider img{display:block;border:none;width:100%;height:auto;opacity: 0.8;filter:Alpha(opacity=80); }
.stacked-slider .current{ width:958px;height:443px;background: transparent; }
.stacked-slider .current img{ opacity: 1; filter:Alpha(opacity=100);}
.stacked-slider .arrlft{
	position:absolute;
	top:0;
	left:0;
	width:88px;
	height:443px;
	zoom:1;
	z-index:89; 
}
.stacked-slider .arrrgt{
	position:absolute;
	top:0;
	right:0;
	width:88px;
	height:443px;
	zoom:1;
	z-index:89; 
}
.stacked-slider .arrlft a,.stacked-slider .arrrgt a{border: medium none;
	display:block;
	width:88px;
	height:443px;
	background:url(lbtn.png) no-repeat center center;
}
.stacked-slider .arrrgt a{
	background:url(rbtn.png) no-repeat center center;
}

