#slider {
    width: 100% !important;
    height: 10px;
    position: relative;
    margin: 0px 0px 25px;
    background: #000;
    overflow: hidden;
    }
#indicator {
    /*width: 16px !important;*/
    height: 10px;
    background-color: #FF9900;
    position: absolute;
    overflow: hidden;
    background: #9a9787 url(../../_images/indicator-body.gif) 0 0 repeat-x;
    position:relative;
    display: block;
    float: left;
    }
#cinema {
    position: relative;
    left: 0 !important;
    height: 420px;
    width: 100%;
    overflow:hidden;
    border: 0px solid;
    }
#scrolling {
    position: relative;
    height: 400px;
    overflow: hidden;
    /*width: 2800px !important;*/
    }
#cinema ul li{
    float: left;
    display: inline;
    margin: 0 20px 0 0;
    }
