.carouselWrapper {
    background:#F4F6EB none repeat scroll 0 0;
    float:left;
    height:115px;
    margin-left:1px;
    position:relative;
    width:893px;
   overflow: hidden;
border-top: 1px solid #E9E9E9;
border-bottom: 1px solid #E9E9E9;
}
.carouselWrapper .items {
	height:115px;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:10000px;
}
.carouselWrapper .items div {
	float:left;
	height:110px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:left;
	width:301px;
}
.carouselWrapper a.prev,
.carouselWrapper a.next {
	cursor:pointer;
	height:115px;
	position:absolute;
	top:0;
	width:32px;
	z-index: 5000;
}
.carouselWrapper a.prev {
	background:transparent url(/fileadmin/templates-cmp/images/carousel_left.png) no-repeat scroll center center;
	left:0;
}
.carouselWrapper a.next {
	background:transparent url(/fileadmin/templates-cmp/images/carousel_right.png) no-repeat scroll center center;
	right: 0;
}
.carouselWrapper .items div a.header_link {
	display:block !important;
	font-weight:800 !important;
	margin:10px 0 10px 40px !important;
	font-size: 12px;
	color:#9EC105;
	font-family:Tahoma,Geneva,Verdana,Arial;
}
.carouselWrapper .items div p {
	margin-right:50px;
	font-family:Tahoma,Geneva,Verdana,Arial;
	font-size: 11px;
	letter-spacing:1px;
	line-height:1.4;
	color:#727272;
}
.carouselWrapper .items div img {
	float:left;
	margin:0 5px 0 40px;
}
