﻿body,ul,ol,li {
	padding: 0px;
	margin: 0px
;}

.slider {
	position: relative;
	width: 226px;}

.slider div {
	position: relative;
	text-align: center;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	width: 226px;
	background: #ffffff;
	height: 170px;
	overflow: hidden;}

.slider span {
	z-index: 99;
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 2px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	float:none;}

.slider .txtbg {
	position: absolute;
	filter: alpha(opacity = 70);
	width: 100%;
	bottom: 0px;
	background: #000;
	height: 25px;
	padding-top: 5px;
	left: 0px;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;}

.slider .txtbg img {
	width: 226px;
	height: 170px;
	border:none;}

.hdnum {
	width: 226px;
	height: 40px;
	overflow: hidden;
	padding-top: 2px;
	margin-bottom: 4px;
	margin-top: 2px;}

.hdnum li {
	padding: 1px;
	background-color: #000;
	width: 41px;
	float: left;
	margin: 1px;}

.hdnum li img {
	width: 41px;
	height: 36px;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5
;}

.hdnum li.on {
	background-color: #f54102;}

.hdnum li.on img {
	border: #f54102 1px solid;
	filter: alpha(opacity = 100);
	width: 39px;
	height: 34px;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1
;}