#sm_slider {
	height: 330px;
	margin:  0px 0px 0px 0px;
	position: relative;
	width: 1200px;
}

#sm_slider ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
    
.sm_slide {
	color: #3d3d3d;
	display: none;
	font-size: 100px;
	height: 300px;
	left: 0;
	position: absolute;
	text-align: center;
	text-align: center;
	top: 14px;
	visibility: hidden;
	width: 100%;
}

.sm_slide.active {
	display: block;
	visibility: visible;
}

.sm_slide img {
	max-width: 100%;
}

.sm_prev, .sm_next {
	background: url(sm_arr.png) no-repeat;
	cursor: pointer;
	display: block;
	font-style: normal;
	height: 64px;
	margin: -31px 0 0 0;
	opacity: .3;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 9;
}

.sm_prev {
	background-position: 20px -50px;
	left: 0;
}  

.sm_next {
	background-position: -40px -50px;
	right: 0;
}

.sm_prev:hover {
	background-position: 20px 14px;
	opacity: 1;
}

.sm_next:hover {
	background-position: -40px 14px;
    opacity: 1;
}

.sm_nav {       
	bottom: 15px;
    right: 10px;
	clear: both;
	display: inline-block;
	overflow: hidden;
	padding: 5px 0px;
	position: absolute;
	z-index: 9;
}

.sm_nav-item {
	cursor: pointer;
	float: left;
	height: 20px;
	padding: 0px;
	width: 20px;
	z-index: 9;
	list-style-type: none;
	font-size: 11px;
	color: #ccc;
}

.sm_nav-item i {
	display: block;
	width: 12px;
	height: 12px;
	position: relative;
	top: 0px;
	left: 0px;

	background-color: #df6f14;
}

.sm_nav-item.active, .sm_nav-item.active:hover {
	cursor: default;
	color: #7e7e7e;
}

.sm_nav-item.active i{
	background-color: #bfbfbf;
}

.sm_nav-item:hover i {
	background: #7f7f7f;
}

.sm_nav-item.active:hover i{
	background-color: #bfbfbf;
}