
.sliderbvcu
{
    position:relative;
    margin: 8px auto 0 auto;
    width:966px;
    height:176px;
    /* background: url(../../gfx/bvcu/carousel/bg.png) top left no-repeat;*/
    background-color: #fff;
    padding: 0 !important;
    float:left;
    border: 1px solid #e3e3e3;
}

.sliderbvcu_image
{
    position:relative;
    z-index:10;
    width:732px;
    margin: 0;
    height:176px;
    display: block;
    float: left;
}

.sliderbvcu_image img
{
    position:absolute;
    display:none;
}

.sliderbvcu_image img.default
{    
    display:block;
}

.sliderbvcu_image img.current
{
    z-index:10;
}

.sliderbvcu_image img.previous
{
    z-index:5;
}

.sliderbvcu_content
{
    position:relative; 
    z-index:50;
    background:url(../../gfx/bvcu/carousel/bg_carousel_content.png) repeat 0 0;
    color:#fff;
    width:730px;
    margin: 0 0 0px 2px;
    padding:0 !important;   
    float: left;
    height: 42px !important;
}

.content_sliderbvcu_container
{
    width: 732px;
    height: 176px;
    float:left;
    display:block;
    margin: 0 !important;
    padding: 0 !important;
 }

.sliderbvcu_content div
{
    display:none;    
}

.sliderbvcu_content div.default
{
    display:block;    
    float: left;
    position: relative;
    bottom: 0 !important;
   
}

.sliderbvcu_content p
{
    font-size:14px;
    font-weight:normal; 
   color: #f5f5f5;
    padding: 0px 6px 2px 6px;
     margin:0 !important;
    
}

.sliderbvcu_content p.header
{
    font-size:1.2em;
    font-weight:bold;
    padding: 8px 6x 0 6px !important;
    margin:0 !important;
    /*color: #fff;*/
    /* color:#0088ce; azul*/
    /*color: #c59600; dorado */
    color:#fff;
}

.sliderbvcu_content a
{
    /*color:#0088ce;azul*/
     color:#fff;
    background-color:transparent !important;
    font-size:1em !important;
    font-weight: normal;
}

.sliderbvcu_content a:hover
{
    /*color:#0088ce;azul*/
     color:#c59600;
    background-color:transparent !important;
    font-size:1em !important;
    font-weight: normal;
    text-decoration: underline;
}


/*-------------> THSLIDE */
.thslide
{    
    position: relative;
    background:transparent;
    width:234px;
    height:176px;
    display: block;
    float: right;
    margin: 0 !important;
    z-index: 90;

}

.thslide_list
{
    position: relative;
    float:left;
    width:228px;
    height:176px;
    margin: 0 !important;
    padding:0;
}

.thslide_list ul
{
    
    float:left;
    width:234px;
    padding:0 !important;
    margin:0 !important;
    list-style:none;
}

.thslide_list li
{
    float:left;
    width:234px;
    height:44px;
    margin-top:0;
}

.thslide_list li a
{
   display: list-item;
    position:relative;
    text-decoration:none;
    margin:0 0 0 -15px;
    padding:0;
     width: 251px;
    height:44px;
   background-image: url(../../gfx/bvcu/carousel/rightnavegations.png);
   background-position: right top;
   background-repeat: no-repeat;
}


.thslide_list li a:hover, .thslide_list li a.current 
{    

   color: #fff;
   margin:0 0 0 -15px;
   padding:0;
   height:44px;
   z-index:100;
   width: 251px;
   background-image: url(../../gfx/bvcu/carousel/rightnavegation_hovers.png) !important;
   background-position: right top;
   background-repeat: no-repeat;

}

.thslide_list li a span.text
{
    margin: 0px 8px 2px 25px !important; 
    display: block;
    padding: 2px 0 0 0;
 }


/* Specific implementation */
#sliderbvcu_thslide
{
    height:176px;
    margin:0 !important;
}

#sliderbvcu_thslide .sliderbvcu_content
{
    bottom:42px;
}

#thslide_sliderbvcu_nav
{
    position:relative;
    bottom:0;
}


