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

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

.ui-slider-handle {
  width: 8px;
  height: 18px;
  position: absolute;
  background:url(../images/ic_stick.gif) right 5px no-repeat;
}

#content-scroll {
  width: 500px;
  height: 300px;
  margin-top: 5px;
  overflow: hidden;
  border: solid 1px black;
}

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

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

.ui-widget-header { url(../images/bg_stick5.gif) 50% 50% repeat-x;}
.customize2_bgstick1,.customize2_bgstick2,.customize2_bgstick3,.customize2_bgstick4,.customize2_bgstick5,.customize2_bgstick6 {height:20px;}

.ui-slider .ui-slider-handle {height:24px;width:12px;}

a {noFocusLine: expression(this.onFocus=this.blur()) outline: none;}
*:focus {outline: none;}
