body,ul,ol,li{
	padding: 0px;
	margin: 0px;
}
.slider{
	position: relative;
}
.slider div{
	position: relative;
	text-align: center;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	background: #fff;
	overflow: hidden;
}
.slider span{
	z-index: 99;
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
	bottom: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.slider .txtbg{
	position: absolute;	
	width: 100%;
	height: 30px;
	bottom: 0;
	background: #000;	
	left: 0px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}
.hdnum{	
	overflow: hidden;
/*	padding-top: 10px;*/
}
.hdnum li{
	padding: 1px;
	background-color: #000;	
	float: right;
	margin:0 0 0 1px;
	overflow: hidden;
	 width:15px; height: 10px;margin:10px 5px 10px 0;
}
.hdnum li img{
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}
.hdnum li.on{
	padding: 2;
	background-color: #f54102;
}
.hdnum li.on img{	
	filter: alpha(opacity=100);	
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}