@CHARSET "UTF-8";

html, body, #header, #footer {
	background: white;
}

body {
	width: 100%;
	color: black
}

.layout {
	display: none
}

.wrap-block-left {
}

.block-left {
	top: 50px; bottom: auto;
	height: auto;
}

.block-left .carousel {
	position: static;
}

.carousel {
	position: static;
	background: red
}

.jcarousel-container-horizontal, .jcarousel-clip-horizontal {
	width: 100%;
	padding: 20px 0;
}

.jcarousel-next, .jcarousel-prev {
	display: none;
	background: red
}
