@charset "utf-8";
/* CSS Document */
.main .left {
    position: absolute;
    height: 273px;
}

.main {
    /*height: 283px;*/
}

#scrolling-imgs {
    width: 630px;
    height: 323px;
    margin: 0 0 0 5px;
    text-align: center;
    position: relative;
    top: -20px;
    left: 0;
    border: none;
}

#scrolling-imgs img {
    display: inline;
    float: left;
}

#img-reel {
    position: relative;
    height: 323px;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 100;
}

#numbers {
    position: relative;
    float: right;
    height: 0px;
    font-size: 0px;
    z-index: 8900;
    top: 230px;
    width: 100%;
    text-align: right;
}

#numbers span {
    padding: 0 20px;
}
