.carousel{
    width: 205px;
    position: relative;
    z-index: 100;
    margin-top: 70px;
    height: 35px;
    margin-left: 75px;
}

.carousel .left_arrow,
.carousel .right_arrow{
    width: 14px;
    height: 20px;
    float: left;
    margin-top: 10px;
    cursor: pointer;
}

.carousel .left_arrow{
    background: url('/img/design/carousel/left_arrow_active.png') no-repeat left top;
}

.carousel .right_arrow{
    background: url('/img/design/carousel/right_arrow_active.png') no-repeat left top;
}

.carousel .left_arrow.hover IMG,
.carousel .right_arrow.hover IMG{
    display: none;
}

.carousel .visible_area{
    width: 175px;
    float: left;
    position: relative; /*для IE7*/
}

.carousel .poloska{
    width: 525px;
    position: relative;
    left: 0px;
}

.carousel .row{
    float: left;
    margin-left: 1px;
    width: 172px;
}

.carousel .another_tooltip{
    float: left;
    width: 43px;
    text-align: center;
}
.swiper-container{
	position:relative;
	margin: 0 0 105px 0;
	width:568px;
	height:290px;
	z-index:0;
}
	.swiper-container .poloska{
		width:99999px;
	}
	.swiper-container .row{
		margin:0;
		width:570px;
	}
	.swiper-container .visible_area{
		width:100%;
	}
	.swiper-container .left_arrow,
	.swiper-container .right_arrow{
		position: absolute;
		top:135px;
		width:22px;
		height: 28px;
		cursor: pointer;
		z-index:9999;
	}
	.swiper-container .left_arrow{
		left:15px;
		background: url('/img/design/carousel/main_arrows.png') no-repeat left top;
	}

	.swiper-container .right_arrow{
		right:15px;
		background: url('/img/design/carousel/main_arrows.png') no-repeat right top;
	}

	.swiper-container .left_arrow.hover IMG,
	.swiper-container .right_arrow.hover IMG{
		display: none;
	}