@charset "utf-8";
/* CSS Document */

.container, .container * {
	margin:0;
	padding:0;
}
.container {
	width:970px;
	height:250px;
	overflow:hidden;
	position:relative;
}
.slider {
	width:3880px;
}
.slider li {
	float:left;
	list-style:none;
}
.slider img {
	width:970px;
	height:250px;
	display:block;
	margin:0;
	padding:0;
}

.num {
	position:absolute;
	right:50%;
	bottom:5px;
}
.num li {
	float: left;
	text-align: center;
	width: 9px;
	height: 9px;
	font-family: Arial;
	font-size: 10px;
	cursor: pointer;
	overflow: hidden;
	list-style-type: none;
	font-weight: bold;
	margin:0 2px;
	background-color:#7f7f7f;
	color:#7f7f7f;
	border:1px solid #FFFFFF;

}
.num li.on {
	color: #fff;
	width: 9px;
	height: 9px;
	font-size: 9px;
	color:#000000;
	margin: 0 1px;
	border: 0;
	font-weight: bold;
	background-color:#000000;
	border:1px solid #FFFFFF;}
img{
	border:0px;}
