/* CAROUSEL */

.carousel{
    
    position:relative;
  
    overflow:hidden;    
}

.carousel h2{
	color: #fff;
}	


.carousel .backgrounds{
    height: 354px;
}

.carousel .backgrounds .item{

    width: 880px; width: 625px; width:938px;
    height: 340px;
    float:left;
    position:relative;
    z-index:1;
}

#homePlayer .backgrounds .item_1{
   background: transparent url(../images/RudoIntroLetter.jpg) no-repeat 0 0; 
}

#homePlayer .backgrounds .item_2{
    background: transparent url(../images/carousel_bg_3.jpg) no-repeat 0 0;
}

#homePlayer .backgrounds .item_3{
   background: transparent url(../images/packContents1.jpg) no-repeat 0 0; 
}

.carousel .panel{
    background: #1c2122;
    color: #fff;
    position:absolute;
    right: 0;
    top:0;
    height: 340px;
    width: 315px;
    z-index:10;
}

.carousel .panel .paging{
    position:absolute;
    bottom: 25px;
    left:25px;
    width: 269px;    
    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(../images/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(../images/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(../images/carousel_next_bg.gif) 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(../images/carousel_previous_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .paging #numbers a {
    padding: 0 4px 0 4px; font-size:12px; color: #fff; font-weight:bold;
}

.carousel .panel .paging #numbers a.selected {
    color: #3686b7;
}



.carousel .panel .details_wrapper {
    position:absolute;
    top:20px;
    left:25px;
    width: 269px;
    overflow:hidden;
    height: 210px;
}

.carousel .panel .details_wrapper .details{
    height: 200px;
}

.carousel .panel .details_wrapper .details .detail{
    width: 269px;
    height: 200px;
    float:left;
    font-size: 10px;
}

.carousel .panel .details_wrapper .details h2{
    font-size: 12px;
    line-height: 23px;
    margin: 0 0 5px 0; 
}

.carousel .panel .details_wrapper .details h2 a {color:#3686b7;font-size:24px; display:block; margin-bottom:6px;}





.carousel .panel .details_wrapper .details a.more{
    color: #3686b7;
    font-size:14px; font-weight:bold;
}   

/* END CAROUSEL */
