#content-slider-wrap {
  width: 715px;
}

#content-slider {
  width: 715px;
  height: 6px;
  margin: 20px 0 0 0;
  background: #BBBBBB;
  position: relative;
}

.ui-slider-handle {
  width: 8px;
  height: 14px;
  position: absolute;
  top: -4px;
  background: #002260;
  border: solid 1px black;
}

#content-scroll {
  width:715px;
  height: 230px;
  margin-top: 10px;
  overflow: hidden;
  
}

#content-holder {
  width: 3530px;
  height: 232px;
}

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