/* horizontal ##############################*/
.horizontal {
	width: 100%;
	margin: 0 auto;
	height: 140px;
	}

.horizontal .carousel {
/*	width: 980px; jetzt 100%*/
	width: 100%;
	height: 140px;
	margin: 0 auto;
	position: relative;
	}

.horizontal .carousel_container {
	width: 775px; /* 5x140 + 5x15px margin */
	width: 92%; /* 5x140 + 5x15px margin */
	height: 140px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0;
	position: relative;
	}

.horizontal ul  {
	height: 140px;
	width: 1980px; /* will be overwritten by javascript*/
}

.horizontal ul li {
	width: 140px;
	height: 140px;
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 1px;
	position: relative
	background-color: #1d1b1c;

	}

.horizontal ul li a {
	width: 120px;
	height: 120px;
	background: #000;
	display: block;
	color: #fff;
	margin: 10px 0 0 10px;
/*order-right: 1px solid #444;
	border-bottom: 1px solid #444;
	border-top: 1px solid #222;
	border-left: 1px solid #222;*/
	}

.horizontal ul li .caption {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	}


.carousel_right, .carousel_left {
	position: absolute;
	width: 26px;
	height: 51px;
	display: block;
	text-indent: -9999px;
	}

.carousel_left {
	top: 45px; left:0px;
	background: url(../images/prev.png) top left;
	}
.carousel_right {
	top: 45px; right:0px;
	background: url(../images/next.png) top left;
	}
.carousel_right:hover, .carousel_left:hover {
	background-position: bottom left;
	}
.item101 .wrapper,
.disable { display: none; }
