#content-slider {
  width: 316px;
  height: 9px;
  margin: 0px;
  background: #f3f3f3;
  position: relative;
}

.ui-slider-handle {
	width: 15px;
	height: 9px;
	position: absolute;
	top: 0px;
	background: #dadada;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.content-slider-handle {
  width: 8px;
  height: 14px;
  position: absolute;
  top: -4px;
  background: #478AFF;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

#content-scroll {
  width: 319px;
  height: 158px;
  margin-top: 10px;
  overflow: hidden;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

#content-holder {
  width: 1500px;
  height: 152px;
}

.content-item {
	width: 100px;
	height: 150px;
	float: left;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
