/* CAROUSEL */

.carousel{
    margin:  0;
    position:relative;
    height: 340px;
    width: 880px;
    overflow:hidden;    
}

.carousel h2{
	color: #fff;
}	


.carousel .backgrounds{
    height: 354px; 
}

.carousel .backgrounds .item{
    width: 880px;
    height: 340px;
    float:left;
    position:relative;
    z-index:1;
}

.carousel .backgrounds .item_1{
    background: transparent url(../images/carousel_bg_1.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_2{
    background: transparent url(../images/carousel_bg_2.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_3{
    background: transparent url(../images/carousel_bg_3.jpg) no-repeat 0 0;
}

.carousel .panel{
    color: #fff;
    position:absolute;
    right: 0;
    top:0;
    height: 340px;
    width: 275px;
    z-index:10;
}

.paging{
    position:absolute;
    bottom: 10px;
    left:10px;
    width: 102px;
    height: 34px;    
    text-align: center;
    z-index: 2;
}

.paging a{
    color: #4c4c4c;
    font-size: 1.1em;
}

.pause{
    position:absolute;
    right:0px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_pause_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
    z-index: 11;
}

.play{
    position:absolute;
    right:0px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_play_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
    z-index: 11;
}


.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;
}

.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;
}

.paging #numbers a {

}

.paging #numbers .link1 {
    background: transparent url(../images/slogo_le_a.png) no-repeat 0;
    padding: 0 34px 15px 0;
}

.paging #numbers .link2 {
    background: transparent url(../images/slogo_rs_a.png) no-repeat 0;
    padding: 0 34px 15px 0;
}

.paging #numbers .link3 {
    background: transparent url(../images/slogo_dj_a.png) no-repeat 0;
    padding: 0 34px 15px 0;
}

.paging #numbers .link1.selected { background: transparent url(../images/slogo_le.png) no-repeat 0; padding: 0 34px 15px 0; }
.paging #numbers .link2.selected { background: transparent url(../images/slogo_rs.png) no-repeat 0; padding: 0 34px 15px 0; }
.paging #numbers .link3.selected { background: transparent url(../images/slogo_dj.png) no-repeat 0; padding: 0 34px 15px 0; }

.paging #numbers a.selected {
    color: #fff;
}



.carousel .panel .details_wrapper {
    position:absolute;
    width: 275px;
    overflow:hidden;
    height: 340px;
}

.carousel .panel .details_wrapper .details{
    height: 340px;
}

.carousel .panel .details_wrapper .details .detail{
    width: 275px;
    height: 340px;
    float:left;
}

.carousel .panel .details_wrapper .details .detail .dt_le {
    background: transparent url(../images/bg_le.png) no-repeat 0 0;
    height: 280px;
    padding: 50px 10px 10px 15px;
}

.carousel .panel .details_wrapper .details .detail .dt_rs {
    background: transparent url(../images/bg_rs.png) no-repeat 0 0;
    height: 280px;
    padding: 50px 10px 10px 15px;
}

.carousel .panel .details_wrapper .details .detail .dt_dj {
    background: transparent url(../images/bg_dj.png) no-repeat 0 0;
    height: 280px;
    padding: 50px 10px 10px 15px;
}

.carousel .panel .details_wrapper .details h2{
    font-size: 1.9em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}

.carousel .panel .details_wrapper .details a.more{
    color: #fff;
    font-size:1.1em;
}   

/* END CAROUSEL */
