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

    #content-slider {
      width: 6px;
      height: 340px;
      margin: 5px;
      background: #BBBBBB;
      position: absolute;
      /*margin-left:330px;*/
      left:410px;
      
      
    }

    .content-slider-handle {
      width: 8px;
      height: 14px;
      position: absolute;
      top: -4px;
      left:-2px;
      background: #a49a52;
      border: solid 1px black;
    }

    #content-scroll /* article */ {
      width: 350px;
      height: 300px;
      margin-top: 10px;
      overflow: hidden;
      border: solid 1px black;
      
    }

    #content-holder /* article-div */ {
      width: 350px;
      height: 300px;
    }

    .content-item {
      width: 290px;
      height: 270px;
      padding: 5px;
      float: left;
  }