.slidingbox {
	position: relative;
	width: 950px;
	height: 180px;
	line-height: 16px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #111;
	cursor: pointer;
}

.slidingbox .carousel-control  {
	width: 20px;
	height: 180px;
	background-color: #111;
	display: inline-block;
	text-indent: -9999px;
	line-height: 0px;
}
.slidingbox .previous   {

}
.slidingbox .disabled  {
	background-image: none;
}
.slidingbox .next   {

}
.slidingbox .carousel-previous  {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../Bilder/button_prev.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.slidingbox .carousel-next  {
	position: absolute;
	top: 0;
	right: 0;	
	background-image: url(../Bilder/button_next.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.slidingbox .carousel-wrap  {
	width: 900px;
	height: 180px;
	background-color: #333;
	position: absolute;
	top: 0;
	left: 25px;
}
.slidingbox .carousel-wrap ul  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.slidingbox .carousel-wrap li  {
	width: 170px;
	height: 170px;
	float: left;
	background-color: #FF9900;
	padding: 5px;
	background-color: #4F4F4F;
	text-align: center;	
}
.slidingbox .carousel-wrap li span.bild {
	width: 160px;
	height: 120px;
	border: 5px solid #333;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	cursor: pointer;
	margin-bottom: 8px;
}
.slidingbox .carousel-wrap li a ,
.slidingbox .carousel-wrap li a:link,
.slidingbox .carousel-wrap li a:visited,
.slidingbox .carousel-wrap li a:hover {
	text-decoration: none !important;
}
.slidingbox .carousel-wrap li a:hover span.bild {
	border-color: #B9C45E;
}
.slidingbox .carousel-wrap li span.titel {
	display: inline;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none !important;
	border-bottom: 0px none;	
	padding: 5px 0 0 0;
}
.slidingbox .carousel-wrap li span.ort {
	display: inline;
	color: #CCC !important;
	font-weight: normal;
	text-decoration: none !important;
}
.slidingbox .carousel-pagination {
	float: right;
	position: relative;
	margin-top: -240px;
}

.slidingbox .carousel-pagination a {
	background-color: #666;
	padding: 3px 6px;
	color: #FFF !important;
	text-decoration: none !important;
	margin-right: 3px;
	line-height: 15px;
}
.slidingbox .carousel-pagination a:hover {
	background-color: #999;
}
.slidingbox .carousel-pagination a.active {
	background-color: #B9C45E;
}

