.carousel {margin:0 30px 25px 0;position:relative;height:389px;width:920px;overflow:hidden;}
.carousel .backgrounds {height:310px;}
.carousel .backgrounds .item {width:920px;height: 310px;float:left;position:relative;z-index:1;}
.carousel .panel {
    height: 310px;
    left: 0;
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 10;
}
.carousel .panel .paging {position:absolute;bottom:25px;left:25px;width:250px;text-align:center;}
.carousel .panel .paging a {color:#4c4c4c;font-size:1.1em;}
.carousel .panel .pause {position:absolute;right:20px;top:25px;display:block;width:18px;height:18px;/*background:transparent url(/typo3conf/ext/dsc_slider/res/img/carousel_pause_bg.gif) no-repeat 0 0;*/text-indent:-6000px;}
.carousel .panel .play{position:absolute;right:20px;top:25px;display:block;width:18px;height:18px;/*background:transparent url(/typo3conf/ext/dsc_slider/res/img/carousel_play_bg.gif) no-repeat 0 0;*/text-indent:-6000px;}
.carousel .panel .paging .next{position:absolute;right:0;bottom:0;display:block;width:18px;height:18px;/*background:transparent url(/typo3conf/ext/dsc_slider/res/img/arrow_forward.png) no-repeat 0 0;*/text-indent:-6000px;}
.carousel .panel .paging .previous{position:absolute;left:0;bottom:0;display:block;width:18px;height:18px;/*background:transparent url(/typo3conf/ext/dsc_slider/res/img/arrow_back.png) no-repeat 0 0;*/text-indent:-6000px;}
.carousel .panel .paging #numbers a {padding:0 3px;/*background:url(/typo3conf/ext/dsc_slider/res/img/carousel_link.png) no-repeat center;*/text-decoration:none;display:inline-block;width:18px;height:18px;}
.carousel .panel .paging #numbers a.selected {color: #fff;/*background:url(/typo3conf/ext/dsc_slider/res/img/carousel_link_active.png) no-repeat center;*/}
.carousel .panel .details_wrapper {position:absolute;top:20px;left:20px;width: 260px;overflow:hidden;height: 230px;}
.carousel .panel .details_wrapper .details {height: 230px;	}
.carousel .panel .details_wrapper .details .detail {width: 260px;height: 230px;float:left;color: #fff;}
.carousel .panel .details_wrapper .details * {/*font-family:DINWeb;*/}
.carousel .panel .details_wrapper .details h1 {color:#fff;background:none;font-size:26px;margin:0;padding:0 0 10px 0;line-height:28px;}
.carousel .panel .details_wrapper .details h2 {color:#fff;background:none;font-size:20px;margin:0;padding:0 0 15px 0;}
.carousel .panel .details_wrapper .details a {color:#fff;}
.carousel .panel .details_wrapper .details a.internal-link {text-decoration:none;padding-right:15px;/*background:url(/typo3conf/ext/dsc_slider/res/img/ico-internal-link.png) no-repeat right center;*/}
.carousel .panel .details_wrapper .details a.internal-link:hover {text-decoration:underline;}
.carousel .panelSpace {/*background:url(/typo3conf/ext/dsc_slider/res/img/bgr-arrow-left.png) no-repeat 0 14px #fff;*/width:30px;height:310px;position:absolute;right:300px;z-index:91;}