@charset "utf-8";
/* CSS Document */

#main_slider {
  width: 530px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap ;
}

#content-slider {
  width: 500px;
  height: 8px;
  margin-top: 5px;
  background:url(../images/slider_bg.jpg) no-repeat;
  position: relative;
}

.ui-slider-handle {
  width: 34px;
  height: 8px;
  background: url(../images/slider_icon.jpg) no-repeat;
  position: absolute;
  top:0px;
}

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

#content-holder {
  width: 1200px;
  height: 125px;
}

.content-item {
  width: 125px;
  height: 100px;
  padding: 5px;
  float: left;
}