.indexCon{
	width:950px;
	overflow:hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.indexCon .flashBanner{
	width:942px;
	height:300px;
	overflow:hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 4px solid #FFF;
	position:relative;
}
.flashBanner .mask{
	height:32px;
	background-color:#000;
	width:100%;
	text-align:right;
	position:absolute;
	left:0;
	bottom:-32px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	overflow:hidden;
}
.flashBanner .mask img{ 
	margin-right:10px;
	cursor:pointer;
	margin:5px 10px 5px 0px;
}
.flashBanner .mask img.show{
	margin:3px 10px 7px 0px;
}
