/* CAROUSEL */

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

.carousel h2{
	color: #fff;
}	


.carousel .backgrounds{
    height: 171px;
}

.carousel .backgrounds .item{
    width: 692px;
    height: 171px;
    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{
	background: #f9f9f9;
    color: #000;
    position:absolute;
    left: 259px;
    top:0;
    height: 171px;
    width: 433px;
    z-index:10;
}

.paging{
    position:absolute;
    bottom: 0px;
    left:25px;
    width: 234px;    
    text-align:center;   
}

.paging a{
    color: #b2b2b2;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana;
}

.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;
}


.next{
   	display:block;
    width: 29px;
    height: 47px;
    background: transparent url(../imagens/seta_rigth_destaque.png) no-repeat 0 0;
    text-indent: -6000px;
}

.previous{
   display:block;
    width: 29px;
    height: 47px;
    background: transparent url(../imagens/seta_left_destaque.png) no-repeat 0 0;
    text-indent: -6000px;
}

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

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



.carousel .panel .details_wrapper {
    position:absolute;
   	left:25px;
    width: 400px;
    overflow:hidden;
    height: 171px;
}

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

.carousel .panel .details_wrapper .details .detail{
    width: 400px;
    height: 171px;
    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 */
