.carousel {
	position: relative;
	padding-top: 25px;
	margin: 0 auto 20px;
	width: 965px;
	}
	.carousel > .before,
	.carousel:before {
		position: absolute;
		top: -10px;
		left: 50%;
		display: block;
		margin-left: -590px;
		width: 1180px;
		height: 10px;
		background: url(../../i/carousel/carousel-sh.png) no-repeat;
		content: '';
		}
	.carousel__leftBlock {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
		width: 27px;
		height: 100%;
		background: white;
		}
	.carousel__rightBlock {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 3;
		width: 27px;
		height: 100%;
		background: white;
		}
	.carousel .scroll-pane {
		overflow: auto;
		width: 100%;
		}
	.carousel .jspHorizontalBar {
		z-index: 4;
		}

	.carouselList {
		height: 245px;
		}
	.carouselList.cf {
		width: 2115px !important;
		}
		.carouselList__item {
			position: relative;
			float: left;
			width: 235px;
			height: 235px;
			text-align: center;
			}
			.carouselList__item > .after,
			.carouselList__item:after {
				position: absolute;
				top: 0;
				right: -15px;
				z-index: 2;
				display: block;
				width: 15px;
				height: 225px;
				background: url(../../i/carousel/carousel-item-sh.png) no-repeat;
				content: '';
				}
			.carousel__item__link {
				display: block;
				text-decoration: none;
				}
			.carousel__item__link:hover {
				color: #04458f;
				}
				.carousel__item__link > .before,
				/*.carousel__item__link:before {
					position: absolute;
					left: 0;
					bottom: 0;
					z-index: 2;
					display: none;
					width: 100%;
					height: 100%;
					background: url(../../i/carousel/carousel-item-hover.png) left bottom no-repeat;
					content: '';
					}*/
				.carousel__item__link:hover > .before,
				.carousel__item__link:hover:before {
					display: block;
				}
				.carouselList__item__title {
					display: block;
					margin: 5px auto 0;
					width: 195px;
					line-height: 1.3;
					}