#smooth_slider_1{
	display: none;
	margin: 30px 0px 20px 0px;
}
.smooth_slider_fouc .smooth_slider{
	display: none;
}

.smooth_slider div,.smooth_slider li,.smooth_slider img,.smooth_slider ul{
	list-style: none;
}

.smooth_slider{
	width: 680px;
	height: 170px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

.smooth_slider a{
	text-decoration: none!important;
}

.smooth_slider .smooth_slideri{
}

.smooth_slider .smooth_next{
	position: absolute;
	right: 10px;
	top: 140px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: transparent url(../css/next.png) no-repeat 0 0;
	z-index: 10;
}

.smooth_slider .smooth_next:hover{
	background: transparent url(../css/next_active.png) no-repeat 0 0;
}

.smooth_slider .smooth_prev{
	position: absolute;
	left: 620px;
	top: 140px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: transparent url(../css/prev.png) no-repeat 0 0;
	z-index: 10;
}

.smooth_slider .smooth_prev:hover{
	background: transparent url(../css/prev_active.png) no-repeat 0 0;
}

