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

    #content-slider {
      width: 99%;
      height: 11px;
      margin: 5px;
      background: #e5e5e5;
      position: relative;
    }

    .ui-slider-handle {
      width: 20px;
      height: 11px;
      position: absolute;
      top: 0px;
      background: #073259;
    }

    #content-scroll {
      width: 100%;
      height: 500px;
      margin-top: 0px;
      overflow: hidden;
    }

    #content-holder {
      width: 9915px;
      height: 500px;
    }

    .content-item {
      width: 750px;
      height: 500px;
      padding: 3px;
      float: left;
  }