#main {
  width: 510px;
  margin: 0 auto;
}

#content-slider {
  width: 390px;
  height: 6px;
  margin: 5px;
  background: #fff;
  position: relative;
}

.content-slider-handle {
  width: 8px;
  height: 14px;
  position: absolute;
  top: -4px;
  background: #478AFF;
  border: solid 1px black;
}

#content-scroll {
  width: 850px;
  height: 450px;
  margin-top: 10px;
  overflow: hidden;
  border: solid 0px #e5e5e5;
}

#content-holder {
  width: 1718px;
  height: 270px;
}

.content-item {
  width: 855px;
  height: 450px;
  padding: 0px;
  float: left;
}

.ui-slider-handle {
  width: 456px;
  height: 15px;
  position: absolute;
  top: -4px;
 /* background: #0099ff; */
  background: url(../images/scrollbar.png);
  border: solid 0px white;
}

