@charset "utf-8";
/* CSS Document */
.bannerContainer {
	width:880px;
	height:282px;
	overflow:hidden;
}
/*.bannerContainer a img {
	width:880px;
	height:282px;
}*/
.bannerContainer img {
	width:880px;
	height:282px;
}
.num {
	position: absolute;
	bottom: 17px;
	float: right;
	right: 0px;
	width: 165px;
	height: 18px;
	color: #F00;
}
.num li {
	text-align: center;
	line-height: 15px;
	list-style-type: none;
	margin: 2px;
	width: 15px;
	font-family: arial;
	background: url(../images/flashbutton.gif) no-repeat -15px 0px;
	float: left;
	height: 15px;
	color: #86a2b8;
	font-size: 12px;
	cursor: pointer;
}
.num li.on {
	line-height: 15px;
	width: 15px;
	background: url(../images/flashbutton.gif) no-repeat;
	height: 15px;
	color: #FFFFFF;
}
