.wrapper clearfix{ width:840px; float:left;}
.carousel{
    position:relative;
    height: 40px;
    width: 840px;
    overflow:hidden;    
}

.carousel h2{
	color: #fff;
}	


.carousel .backgrounds{
    height: 40px;
	
}

.carousel .backgrounds .item{
    width: 840px;
    height: 40px;
    float:left;
    position:relative;
    z-index:1;
}

.carousel .backgrounds .item_1{
    /*background: transparent url(../images/carousel_bg_arrow.jpg) no-repeat 0 0;*/
}

.carousel .backgrounds .item_2{
    /*background: transparent url(../images/carousel_bg_arrow.jpg) no-repeat 0 0;*/
}

.carousel .backgrounds .item_3{
   /* background: transparent url(../images/carousel_bg_1.jpg) no-repeat 0 0;*/
}

.carousel .panel{
    
    color: #fff;
    position:absolute;
    right: 0;
    top:0;
    height: 40px;
    width: 840px;
	padding:0 0 0 0; 
	background:url(../images/slide-rightbg.gif) no-repeat top right #C8E1F4;
    /*z-index:10;*/
}

.carousel .panel .paging{
    position:relative;
    bottom: 5px;
    left:0;
    width: 770px;    
    text-align:center;   
}

.carousel .panel .paging a{
    color: #4c4c4c;
    font-size: 1.1em;
}

.carousel .panel .pause{
    position:absolute;
     right:177px;
    top:-18px;
    display:block;
    width: 18px;
    height: 18px;
    background: url(../images/pause-img.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .play{
    position:absolute;
    right:177px;
    top:-18px;
    display:block;
    width: 18px;
    height: 18px;
    background: url(../images/play-img.gif) no-repeat 0 0;
    text-indent: -6000px;
}


.carousel .panel .paging .next{
    position:absolute;
	z-index:9999;
    left:789px;
    bottom:5px;
    display:block;
    width: 18px;
    height: 40px;
    background: url(../images/slidebox_previous.png) no-repeat right 20px;
    text-indent: -6000px;
}

.carousel .panel .paging .previous{
    position:relative;
	z-index:9999;
    left:811px;
    bottom:5px;
    display:block;
    width: 18px;
    height: 40px;
    background: url(../images/slidebox_next_hover.png) no-repeat right 20px;
    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: 840px;
    overflow:hidden;
    height: 40px;
}

.carousel .panel .details_wrapper .details{
    height: 200px;
}

.carousel .panel .details_wrapper .details .detail{
    width: 840px;
    height: 40px;
    float:left;
    
}

.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 */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/*.clearfix {display: block;}
 End hide from IE-mac */ 