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

#content-slider {
  width: 750px;
  height: 2px;
  margin: 5px;
  background: #BBBBBB;
  position: relative;
}

.content-slider-handle {
  width: 12px;
  height: 12px;
  position: absolute;
  top: -5px;
  background:  url(slider.gif) no-repeat center;
  cursor:hand;
 
}

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

#content-holder {
	width: 2180px;
	height: 300px;
}

.content-item {
  width: 128px;
  height: 140px;
  padding: 0px;
  float: left;
}
.content-item img {
padding-right:0px;
padding-bottom:8px;
border:0;

}
