#theme_carousel{
    position: relative;
    background: white;
    text-align: center;
}
#carousel1{
    position: relative;
    width: 100%;
    height: 125px;
    overflow: hidden;
}
#carousel1 img{
    width: auto;
    height: 125px;
    border: 0 none;
    /*
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    */
}
#carousel1_Controles img{
    border: 2px solid #a00;
    width: 15px;
    height: 15px;
}
#carousel1_Controles{
    right: 0;
    bottom: 0;
}