/* CAROUSEL */

.carousel{
    margin:  0 0 25px 0;
    position:relative;
    height: 470px;
    width: 940px;
    overflow:hidden;    
}


.carousel .backgrounds{
    height: 354px;
}

.carousel .backgrounds .item{
    width: 940px;
    height: 470px;
    float:left;
    position:relative;
    z-index:1;
}

.carousel .backgrounds .item_1{
    /*background: transparent url(../images/carousel_bg_arrow.jpg) no-repeat 0 0;*/
	background:#FFF;
}

.carousel .backgrounds .item_2{
    /*background: transparent url(../images/carousel_bg_arrow.jpg) no-repeat 0 0;*/
	background:#FFF;
}

.carousel .backgrounds .item_3{
    /*background: transparent url(../images/carousel_bg_arrow.jpg) no-repeat 0 0;*/
	background:#FFF;
}

.carousel .panel{
    background: #FFF;
    color: #666766;
    position:absolute;
    right: 0;
    top:0;
    height: 470px;
	padding:0 10px;
    width: 380px;
    z-index:10;
}



.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 5px 0 5px;
}

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



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

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

.carousel .panel .details_wrapper .details .detail{
    width: 380px;
    height: 470px;
    float:left;
    
}
   

/* END CAROUSEL */
