<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.wraper .wrap_slider .slider {
	width: 100%;
	height:  405px;
	position: relative;
}
.wraper .wrap_slider .sliderContent {
	float: left;
	width: 100%;
	height: 405px;
	clear: both;
	position: relative;
	
}
.sliderArrows {
     width: 1100px;
    margin: 0 auto;
    height: 55px;
    position: relative;
    padding: 0px 44px;
    top: 50%;
}
.sliderArrows a {
	
	text-indent: -9999px;
	outline: none;
	z-index: 50;
	background-image: url(../img/arr.png);
	width: 55px;
	height: 55px;
	position: absolute;
	top: 50%;
	margin-top: -34px;
}
.prev {
	background-position: 0 0;
	left: 15px;
}

.next {
	right: 15px;
	background-position: -55px 0;
}

.wraper .wrap_slider .sliderContent .item {
	position: absolute;
	width: 100%;
	height: 490px;
	
}
.sliderBullets {
  position: absolute;
    bottom: 25px;
    left: 50%;
    z-index: 50;
    margin-left: -29px;
}
.sliderBullets a {
	display: block;
	float: left;
	text-indent: -9999px;
	outline: none;
	margin-left: 5px;
	width: 12px;
	height: 12px;
	background: url(../img/bul2.png) no-repeat;
	
}
.sliderBullets .active {
    background-position: 0 -12px;
}

.sliderContent a {
	outline: none;
}
.item img {
    width: 100%;
    height: 100%;
}</pre></body></html>