#bannersContainer{
    padding:3px;

    width: 687px;
    height: 411px;

    background:url('../../../../images/header_empty.jpg') no-repeat;
}
#bannersContainer, #banners {
    position: relative;
    overflow: hidden;
    margin: 0 0 1px 0;
    z-index:0;
}

#banners ul { /* this is your UL of images */
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
    width: 0%;
    list-style-type: none;
    z-index:0;
    overflow:hidden;
}

#banners ul li {
    float:left;
    width: 681px;
    height: 405px;
    z-index:0;
}


.stripTransmitter {
    position:absolute;
    top:380px;
    left:8px;
    overflow: auto;
    width: 1%;
    z-index:10000;
}
.stripTransmitter ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
}
.stripTransmitter ul li{
    width: 20px;
    float:left;
    margin: 0 3px 1px 0;
}
.stripTransmitter a{
    font: bold 10px Verdana, Arial;
    text-align: center;
    line-height: 22px;
    background: #ffffff;
    color: #7f8186;
    text-decoration: none;
    display: block;
}
.stripTransmitter a:hover, a.current{
    background: #fff;
    color: #f7921c;
}