/*** Slider ***/

#showcase_hp { position: relative; width: 100%;}
#showcase_hp .wrap{position:relative; width: 940px; margin: 0 auto;}
#showcase_hp .arrowright, #showcase_hp .arrowleft{position:absolute;top:125px;z-index:100;cursor:pointer;width:76px;height:76px;}
#showcase_hp .arrowright{right:0px;}
#showcase_hp .arrowleft{left:0px;}


#showcase_hp .carousel{position:relative; overflow:hidden; width: 940px; height:320px;}


#showcase_hp .carousel .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

#showcase_hp .carousel .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

#showcase_hp .carousel .items .imageWrap {
	width: 940px;
}

#showcase_hp .carousel .items div {
	float:left;
}


/*** Carousel Inhalt ***/

#showcase_hp div.carousel div.csc-default { position: relative; width: 940px; height: 320px; overflow: hidden; }
#showcase_hp div.carousel div.csc-default div.csc-header { position: absolute; left: 30px; top: 20px; padding: 0px 20px; background: url(../images/white_60percent.png); color: #00D5BC; font-weight: bold; font-size: 18px; }
#showcase_hp div.carousel div.csc-default div.csc-header h1 { font-family: Arial, Helvetica, sans-serif; font-size: 40px; color: #00d5bc; }

#showcase_hp div.carousel div.csc-default dd { max-width: 800px; padding: 10px 30px; position: absolute; bottom: 30px; right: 30px; text-align: right; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 24px; background:url(../images/white_60percent.png);  color: #00d5bc; overflow: hidden;}