@charset "utf-8";
.tz_flash .flashBanner{
	width:952px;
	height:326px;
	overflow:hidden;
}
.flashBanner{position:relative; font-size:0px;}
.flashBanner .mask{
	height:306px;
	line-height:32px;
	background-color:#000;
	width:100px;
	position:absolute;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	overflow:hidden;
	margin-left: 832px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:20px;
}
.flashBanner .mask img{
	cursor:pointer;
	margin-top: 0px;
	border: 1px solid #000;
}
.flashBanner .mask img.show{
	margin-bottom:0px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	border: 1px solid #fff;
	}
img{border:0 none;}
