#main {
      width: 956px;
      margin: 0 auto;
    }

    #content-slider {
		z-index:1;
      width: 943px;
	  height:0px;
     position: relative;
    }
	#disSlider {
	  z-index:0;
	  width:999px;
	  height: 10px;
      margin: 0px;
	  background-image:url(../images/bar-bg.jpg);
	  background-repeat:no-repeat;
	  background-position:left 5px;
	 
	  
      
      position: relative;
	  
	}
    .ui-slider-handle {
	margin:0px;
	padding:0px;
      width: 56px;
      height: 14px;
      position: absolute;
      
      
	  background-image:url(../images/slider-knob.jpg);
	  background-repeat:no-repeat;
	  outline:none;
      
    }

    #content-scroll {
      width: 956px;
       height: 77px;
      overflow: hidden;
      
    }

    #content-holder {
      width: 25000px;
      height: 77px;
    }

    .content-item {
      width: 113px;
      height: 71px;
      padding-right:5px;
      float: left;
  }
