

/*焦点图片*/
.stacked-slider{font:12px/20px Arial, Helvetica, sans-serif;color:#444;width:997px; position:relative; margin: 40px auto 0;}
.stacked-slider a{display:none;position:absolute;top:0;left:0;z-index:8;width:603px;height:388px; background: #000; }
.stacked-slider img{display:block;border:none;width:100%;height:auto;opacity: 0.5;filter:Alpha(opacity=80); box-shadow: 0 2px 10px #999; }
.stacked-slider .current{ width:705px;height:454px;background: transparent; }
.stacked-slider .current img{ opacity: 1; filter:Alpha(opacity=100);}
.stacked-slider .arrlft,.stacked-slider .arrrgt{
	cursor:pointer;z-index:10;position:absolute;top:50%;width:45px;height:45px;margin-top:-22px;left:7px;
}
.stacked-slider .arrrgt{
	left: auto; right: 7px;
}
.stacked-slider .arrlft a,.stacked-slider .arrrgt a{
	border: medium none;
	display:block;
	width:45px;height:45px;
	background:url(../images/10.png) no-repeat;
}
.stacked-slider .arrrgt a{
	background:url(../images/20.png) no-repeat;
}

