.top-banners {
    position: relative;
}

#banners-nav {
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 30px;
}

.banner-nav-item {
    height: 12px;
    width: 12px;
    font-size: 1px;
    background-color: white;
    margin-left: 8px;
    float: left;
    clear: none;
    border: 1px solid #333333;
    cursor: pointer;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

#banners-holder {
    overflow: hidden;
}

#banners {
    width: 10000px;
}

.top-banner {
    float: left;
    max-width: 1140px;
    max-height: 302px;
}