
#content-slider  {
  width: 450px;
  height: 6px;
  margin: 5px;
  background: #BBBBBB;
  position: relative;
}

.ui-slider-handle {
      width: 8px;
      height: 14px;
      position: absolute;
      top: -4px;
      background: #C02546;
	  border: solid 1px black;
}

#content-scroll {
  width: 450px;
  height: 150px;
  margin-top: 10px;
  overflow: hidden;
  border: solid 1px black;
}

#content-holder {
 /* width: 1500px;*/
  height: 100px;
}

.content-item {
  width: 139px;
  height: auto;
  padding: 5px;
  float: left;
 
}


/* SREEMAN css> >>>>>____________________________________________________________________________________________*/

#content-sliderX {
  width: 450px;
  height: 6px;
  margin: 5px;
  background: #BBBBBB;
  position: relative;
}

#content-scrollX {
  width: 450px;
  height: auto;
  margin-top: 10px;
  overflow: hidden;
  border: solid 1px black;
}

#content-holderX {
 /* width: 1500px;*/
  height: 100px;
}

.content-itemX {
  width: 139px;
  height: auto;
  padding: 5px;
  float: left;
  border: solid 0px red;
}