#full-page-slider {
    height: 460px;
    margin:0 auto;
    position:relative;
    width:100%;
}

#sm_slider {
	height: 460px;
}

#sm_slider ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sm_slide {
	color: #3d3d3d;
	display: none;
	font-size: 100px;
	height: 460px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	visibility: hidden;
	width: 100%;
}

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

.sm_slide a {
    display: block;
    width: 100%;
    height: 460px;
}


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

.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_box {
    height: 22px;
	bottom: 0;
    left: 40%;
	clear: both;
	display: inline-block;
	overflow: hidden;
	padding: 0px 0px 0px 24px;
	position: absolute;
	z-index: 999;
    background: url('../img/slider_buttons_end.png') no-repeat left;
}

.sm_nav {
    height: 22px;
    float: left;
    padding-right: 24px;
    background: url('../img/slider_buttons_begin.png') no-repeat right; 
}

.sm_nav-item {
	cursor: pointer;
	float: left;
	height: 8px;
	width: 7px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 7px;
    margin-bottom: 0px;
	z-index: 999;
	list-style-type: none;
	font-size: 11px;
	color: #ccc;
}

.sm_nav-item i {
	display: block;
	width: 7px;
	height: 8px;
	position: relative;
    background: url('../img/slider_point.png') no-repeat left;
}

.sm_nav-item.active, .sm_nav-item.active:hover {
	cursor: default;
}

.sm_nav-item.active i{
	background: url('../img/slider_point.png') no-repeat right;
}

.sm_nav-item:hover i {

}

.sm_nav-item.active:hover i{

}