/* CAROUSEL */

.carousel{
    margin:  8 0 10 0;
    border: 1px #8e8e8e solid;
    position:relative;
    width: 935px;
    _width: 938px;
    #width: 938px;
    height: 350px;
    overflow:hidden;    
}

.carousel h2{
	color: #fff;
}	


.carousel .backgrounds{
    height: 350px;
}

.carousel .backgrounds .item{
    width: 935px;
    height: 350px;
    float:left;
    position:relative;
    z-index:1;
}

.carousel .panel{
    background: #000;
   filter: alpha(opacity=65); /*older IE*/
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65); /* IE */
        -moz-opacity: .65; /*older Mozilla*/
        -khtml-opacity: 0.65;   /*older Safari*/
        opacity: 0.65;   /*supported by current Mozilla, Safari, and Opera*/
 
    color: #fff;
    position:absolute;
    right: 0;
    top:0;
    height: 350px;
    width: 200px;
    z-index:10;
    text-align:left;
}

.carousel .panel .paging{
    position:absolute;
    bottom: 25px;
    left:5px;
    width: 190px;    
    text-align:center;   
}

.carousel .panel .paging a{
    color: #4c4c4c;
    font-size: 1.1em;
}

.carousel .panel .pause{
    position:absolute;
    right:20px;
    top:15px;
    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:15px;
    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;
    text-decoration:none;
    font-family:Arial,Helvetica,sans-serif;
}

.carousel .panel .paging #numbers a.selected {
    color: #fff;
    text-decoration:none;
    font-family:Arial,Helvetica,sans-serif;
}



.carousel .panel .details_wrapper {
    position:absolute;
    top:45px;
    left:5px;
    width: 180px;
    overflow:hidden;
    height: 240px;
}

.carousel .panel .details_wrapper .details{
    height: 200px;
}

.carousel .panel .details_wrapper .details .detail{
    width: 175px;
    height: 200px;
    float:left;
    margin-left:5px;
    
}

.carousel .panel .details_wrapper .details h2{
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 5px 0;
}

.carousel .panel .details_wrapper .details a.more{
    color: #fff;
    font-size:1.1em;
}   

/* END CAROUSEL */
