#main {
      width: 538px;
    }

    #content-slider {
      width: 522px;
      height: 16px;
      margin-top:4px;
      border:1px solid #58595b;
      background: #BBBBBB;
      position: relative;
      margin-bottom:4px;
    }

    #content-slider .ui-slider-handle {
      top: -1px;
      height:16px;
      width:100px;
      background: #58595b;
      margin-left:10px;
      margin-right:210px;
    }
    
    #content-slider .ui-slider-horizontal .ui-slider-range-min {
    	left:4px;
    }
    /*#content-slider .ui-slider-handle {
      width: 100px;
      height: 20px;
      position: absolute;
      top: -2px;
      background: #58595b;
      margin-left:0;
      margin-right:-4px;
    }
    
    #content-slider .ui-state-focus{
    	width: 100px;
      	height: 20px;
    }*/

    #content-scroll {
      width: 538px;
      overflow: hidden;
    }

    #content-holder {
      width: 1794px;
    }

    .content-item {
      float:left;
      padding-right:4px;
      text-align:center;
  	}
  	.content-item img{
      display:block;
  	}
  	.content-item a {
  		font-size:13px;
  		display:block;
  		margin-top:4px;
  	}