/********************************************************************************
* Copyright 2008 - 2009 indual GmbH (www.indual.ch)                             *
* Developer: Emanuel Zuber (emanuel.zuber@indual.ch)                            *
********************************************************************************/


.carousel {
	margin-top: 30px;
    width: 852px;
    height: 183px;
    overflow: hidden;
	float: left;
}

.carousel-content .slide {
    float: left;
    width: 852px;
    height: 200px;
}

.carousel-control {
	margin-top: 30px;
    float: left;
    width: 33px;
    height: 181px;
    text-align: center;
    text-decoration: none;    
    font-size: 70px;
    line-height: 181px;
    color: #a91521;
	outline: none;
}

.carousel-control.prev {
	margin-right: 10px;
	outline: none;
}


#additional-content-carousal .carousel {
	margin-top: 3px;
}

#additional-content-carousal .carousel-control {
	margin: 0px;
    float: left;
    width: 20px;
    height: 110px;
    text-align: center;
    text-decoration: none;    
    font-size: 50px;
    line-height: 110px;
    color: #ccc;
	outline: none;
}

#additional-content-carousal .carousel-control.prev {
	margin-right: 3px;
	outline: none;
}




#home-slider {
	position: relative;
	width: 625px;
	height: 290px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

#home-slider-thumbs {
	position: absolute;
	left: 0px;
    width: 625px;
	height: 43px;
   	background: url(img/home_slide_thumbs.png);
	/* border-bottom: 1px solid #ccc; */
}


#home-slider-wrapper {
    width: 625px;
    height: 290px;
    overflow: hidden;
	float: left;
}

#home-slider-content .slide {
    float: left;
    width: 625px;
    height: 290px;
}


#home-slider .carousel-jumper {
	float: left;
	margin-left: 5px;
	margin-top: 2px;
	border: 1px solid #ccc;
}

#home-slider .carousel-jumper.carousel-selected {
	border: 1px solid #a91521;
}


#home-slider .carousel-carousel.next {
	width: 60px;
	height: 67px;
	margin-left: 5px;
	margin-top: 2px;
	border: 1px solid #a91521;
	background: url(img/movie_preview.png);
}





#additional-content .carousel {
    height: 130px;
}




