#mata_cycle_contentscroller {
    margin-bottom: 15px;
    height: 200px; /*update to mata.banner.js as well*/
}

.mata_cycle_content {
    display: block;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    cursor:pointer;
    font-weight: normal;
}

.mata_cycle_promotiontext {
    display: block;
    float: left;
    position: relative;
    left:30px;
    top:15px;
    width: 500px;
    vertical-align: bottom;
    font-style: normal;
    font-weight: normal;
/*
    background-color: #666;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
*/
}

.mata_cycle_buttons {
    display: block;
    float: left;
    position: relative;
    top: 175px;
    left: 30px;
    width: 85px;
    /*
    position: relative;
    top: 125px;
    left:300px;
    */
}
.mata_cycle_prev, .mata_cycle_next {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 19px;
    width: 20px;
    font-size: 0;
}
.mata_cycle_prev {
    background: url("../images/banner-prev.gif") top left no-repeat;
}
.mata_cycle_next {
    margin-left: 1px;
    background: url("../images/banner-next.gif") top left no-repeat;
}

.mata_cycle_position {
    display: block;
    float: left;
    margin: 0px;
    padding: 0 2px 0 2px;
    height: 17px;
    min-width: 25px;
    text-align: center;
    color: #fff;
    font-weight: normal;
/*    background-color: #000;
    border-top: 1px solid #cdcbcc;
    border-bottom: 1px solid #999997;
*/    
    /*filter: alpha(opacity=50);*/
    /*
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    */
}

