@charset "utf-8";
/* CSS Document */

.container, .container *{margin:0; padding:0;}

.container{width:740px; height:327px; overflow:hidden;position:relative;}

.slider{
	position:absolute;
}
.slider li{ list-style:none;display:inline;}
.slider img{width:740px; height:327px; display:block;}

.slider2{width:200000px;}
.slider2 li{float:left;}

.num{ position:absolute; right:50px; bottom:20px;}
.num1212{ position:absolute; right:5px; bottom:5px;}
.num li{
	float: left;
	width: 11px;
	height: 11px;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 6px;
	background:url(../images/images/img16.png) no-repeat;
}
.num li.on{
	width: 11px;
	height: 11px;
	border: 0;
	background:url(../images/images/img15.png) no-repeat;
}

