﻿.container, .container *{margin:0; padding:0;}

.container{width:950px; height:180px; overflow:hidden;position:relative;}

.slider{position:absolute;width:4000px;}
.slider li{ list-style:none;display:inline;float:left;}
.slider img{ width:950px; height:180px; display:block;}

.num{ position:absolute; right:5px; bottom:5px;}
.num li{
	    float: left;
	    color: #333333;
	    text-align: center;
	    line-height: 16px;
	    width: 16px;
	    height: 16px;
	    font-family: Arial;
	    font-size: 12px;
	    cursor: pointer;
	    overflow: hidden;
	    margin: 3px 1px;
	    border: 1px solid #333333;
	    background-color: #fff;
	    padding-left:1px;
}
.num li.on{
	    color: #fff;
	    line-height: 21px;
	    width: 21px;
	    height: 21px;
	    font-size: 16px;
	    margin: 0 1px;
	    border: 0;
	    background-color: #333333;
	    font-weight: bold;
	    text-align: center;
	    padding-left:2px;
}