


.carousel { 
    margin:  0 0 5px 0; 
    position:relative; 
    /*height: 281px; */
    width: 950px; 
    overflow:hidden; 
}

.carousel h2 a,
.carousel h2 { color: #fff; font-weight: 100; }	

.transparent { width: 100%; height: 100%; background: url("../images/shadow_slide.png") repeat scroll 0 0 transparent; border-right:1px solid #8a908f; }

.slide-content { position: absolute; width: 530px; left: 40%; top: 40px; line-height: 1; }

.slide-content h2 a,
.slide-content h2 { font: lighter 40px 'favoritlightcregular'; font-weight: 100; line-height: .9em; text-decoration: none; }

.slide-content p a,
.slide-content p { color: #fff; font-size: 16px; font-family:'Georgia'; margin-top: 1em; }

.carousel .backgrounds { height: 316px; }

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

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

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

.carousel .backgrounds .item_3{
    /*background: transparent url(/img/carousel_bg_1.jpg) no-repeat 0 0;*/
    background: transparent url() no-repeat 0 0;
}

.carousel .panel{
    color: #fff;
    position:absolute;
    left: 0;
    top:0;
    height: 281px;
   width: 271px;

    z-index:10;
}

.carousel .panel .paging{
position: absolute;
bottom: 22px;
left: 28px;
width: 250px;
text-align: center;  
}

.carousel .panel .paging a{
    color: #4c4c4c;
    font-size: 1.1em;
}

.carousel .panel .pause{
    position:absolute;
    right:20px;
    top:25px;
    width: 18px;
    height: 18px;
   /* background: transparent url(/img/carousel_pause_bg.gif) no-repeat 0 0;*/
    background: transparent url() no-repeat 0 0;
    text-indent: -6000px;
    display: none;
}
a.pause, a.play{
    display: none !important;
}

.carousel .panel .play{
    position:absolute;
    right:20px;
    top:25px;
    display:none;
    width: 18px;
    height: 18px;
   /* background: transparent url(../images/carousel_play_bg.gif) no-repeat 0 0;*/
    background: transparent url() no-repeat 0 0;
    text-indent: -6000px;
}


.carousel .panel .paging .next{
    position:absolute;
    left:31px;
    bottom:0;
    display:block;
    width: 20px;
    height: 20px;
    background: transparent url(../images/arrows_slider.png) no-repeat right bottom;
    text-indent: -6000px;
}
.carousel .panel .paging .previous:hover{
	position:absolute;
    left:0;
    bottom:0;
    display:block;
    width: 20px;
    height: 20px;
    background: transparent url(../images/arrows_slider.png) no-repeat left top;
    text-indent: -6000px;
}
.carousel .panel .paging .next:hover{
   position:absolute;
    left:31px;
    bottom:0;
    display:block;
    width: 20px;
    height: 20px;
    background: transparent url(../images/arrows_slider.png) no-repeat right top;
    text-indent: -6000px;
}
.carousel .panel .paging .previous{
    position:absolute;
    left:0;
    bottom:0;
    display:block;
    width: 20px;
    height: 20px;
    background: transparent url(../images/arrows_slider.png) no-repeat left bottom;
    text-indent: -6000px;
}

.carousel .panel .paging #numbers a {
    padding: 0 5px 0 5px;
}

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

#numbers {
    width: 200px;
    height: 50px;
    margin: 7px auto;
    text-align: center;
   display: none;
}

#numbers a{
 /*   background: url("/img/slide-inactive.png") left top no-repeat;*/
    background: url() left top no-repeat;
    padding: 0 5px 0 5px;
    color: transparent;
}



#numbers a.selected{
   /* background: url("/img/slide-active.png") left top no-repeat;*/
    background: url() left top no-repeat;
}

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

.details h2{
color: #FFF;
font-family: "Bookman Old Style";
font-size: 22px;
margin-top:0px;
margin-left:0px;
line-height: 33px;
margin-bottom: 22px;
}

.details h2 a{
    font-weight: 100;
}

.detail a{
    color: #fff;
    text-decoration: none;
}

.detail  a p{
    color: #fff;
}

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

.carousel .panel .details_wrapper .details .detail{
    width: 240px;
    height: 200px;
    float:left;
    
}

.carousel .panel .details_wrapper{
    font-size: 1.9em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
    color: #fff;
}

.carousel .panel .details_wrapper .details a.more{
    color: #fff;
    font-size:1.1em;
}   

/* END CAROUSEL */