/*** Carousel ***/
/** ----------------------------------------------------- **/
#featured_border { 
    width: 635px; 
    position: relative; 
    background: #fff; 
    border: 3px solid #CCC; 
    padding: 0px; 
    height: 320px; 
    margin-bottom: 15px; 
    margin-top: -15px; 
}

div.controls{
    margin: 15px;
    position: absolute; 
    z-index: 998;
}
div.controls button{
    width: 40px;
    height: 40px;
    border: 2px solid #666;
    outline: 0;
    cursor: pointer;
    margin-right: 5px;    
}

div.descriptions{
    position: absolute;
    margin-top: 70px;
    margin-left: 15px;
    z-index: 999;
    width: 500px;
    color: white;
}

div.descriptions h2{
    color:#0FACBA;
    font:28px Arial,Helvetica,sans-serif;
    padding-bottom:8px;
}

div.descriptions p{ 
    color:#7F7E7E;
    font:12px/18px Arial,Helvetica,sans-serif;
    padding-bottom:8px;
    padding-left:0;
    width:340px;
}

div.descriptions a.readmorevitrina{
    background:url("../images/bullet_readmore.gif") no-repeat scroll left center transparent;
    color:#6F6F6F;
    display:block;
    font-size:11px;
    padding-left:18px;
    text-align:left;
    width:100%;
}
