#main {
  width: 87%;
  margin: 0 auto;
}

#content-slider {
  width: 87%;
  height: 3px;
  margin: 5px;
  background: #e5e5e5;
  margin-left: 0px;
  position: relative;
}

.ui-slider-handle {
  background: url(selector.png) no-repeat; height: 19px; width: 20px;
  position: absolute;
  top: -8px;
  border: 0;
}

#content-scroll {
  width: 87%;
  height: 600px;
  margin-top: 10px;
  overflow: hidden;
  border: 0;
}

#content-holder {
  /* width: 3200px; */
  height: 100px;
}

.content-item {
  width: auto;
  height: 600px;
  padding: 0px;
  margin-right:40px;
  float: left;
}

.content-item img {
  border: 0;
}