
.wraper .wrap_slider .slider {
	width: 100%;
	height: 563px;
	position: relative;
}
.wraper .wrap_slider .sliderContent {
	float: left;
	width: 100%;
	height:563px;
	clear: both;
	position: relative;
	
}
.wraper .wrap_slider .sliderContent .item {
	position: absolute;
	width: 100%;
	height:563px;
	background-size:cover;
	width:100%;
}

.sliderArrows {
	display:none;
    width: 980px;
    margin: 0 auto;
    height: 43px;
    position: relative;
    top: 50%;
}
.sliderArrows a {
    text-indent: -9999px;
    outline: none;
    z-index: 50;
    background-image: url(../img/arrow.png);
    width: 43px;
    height: 43px;
    position: absolute;
    top: 42%;
    margin-top: -57px;
}
.prev {
    background-position: 0 0;
    left: 0px;
}

.next {
    right: 0px;
    background-position: -43px 0;
}

.sliderBullets {
	display:none;
	position: absolute;
	bottom: 24px;
	left: 50%;
	z-index: 50;
	margin-left: -45px;
}
.sliderBullets a {
	display: block;
	float: left;
	text-indent: -9999px;
	outline: none;
	margin-left: 10px;
	width: 12px;
	height: 12px;
	background: url(../img/bull1.png) no-repeat;
	
}
.sliderBullets .active {
	background-position: 0 -12px;
	background: url(../img/bullact.png) no-repeat;
}

.sliderContent a {
	outline: none;
}


@media (min-width:680px) and (max-width:959px){

.wraper .wrap_slider .sliderContent .item {
    height: 470px;
}
.wraper .wrap_slider .sliderContent {
    height: 470px;
}
.wraper .wrap_slider .slider {
    height: 470px;
}

}
@media (min-width:0px) and (max-width:679px){
.wrap_slider {
    margin-top: 0px;
}
.wraper .wrap_slider .sliderContent .item {
    height: 580px;
}
.wraper .wrap_slider .sliderContent {
    height: 580px;
}
.wraper .wrap_slider .slider {
    height: 580px;
}


}






















