#slider {
    width: 100% !important;
    height: 10px;
    position: relative;
    margin: 0px 0px 25px;
    background: #000;
    overflow: hidden;
    }
#indicator {
    /*width: 16px !important;*/
    height: 8px;
    position: absolute;
    overflow: hidden;
    position:relative;
    display: block;
    float: left;

	cursor: pointer;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #000;
	background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#444444'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#444)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eee,  #444); /* for firefox 3.6+ */
    }
#cinema {
    padding-top: 48px;

    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;
    }

