.container, .container *{margin:0; padding:0;}

.container{width:300px; height:290px; overflow:hidden;position:relative;}

.slider{position:absolute;}
.slider li{ list-style:none;display:inline;}
.slider img{ width:300px; height:290px; display:block;}

.slider2{width:2000px;}
.slider2 li{float:left;}

.num{ position:absolute; right:5px; bottom:5px;}
.num li{
	float: left;
	color: #C40026;
	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 #C40026;
	background-color: #F7EFE7;
}
.num li.on{
	color: #fff;
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-size: 16px;
	margin: 0 1px;
	border: 0;
	background-color: #C40026;
	font-weight: bold;
}


.text{margin-top:10px;padding:0px;list-style:none;}
.text li{
	text-align:center;
	width:300px;
	line-height: 16px;
	font-weight:bold;
	font-size: 14px;
	cursor: pointer;
	margin: 3px 1px;
	display:none;	
}
.text li.on{
	display:block;
}