    #main {
      width: 510px;
      margin: 0 auto;
    }
    #content-slider {
      width: 506px;
      height:7px;
      margin: 5px;
      background: #000000;
      position: relative;
	  background-image:url(../../imagenes/slider/barra_scroll.jpg);
	  background-position:left;
	  background-repeat:no-repeat;
	  
	  
    }
    .ui-slider-handle {
      width: 54px;
      height: 9px;
      position: absolute;
      margin-top: -1px;

	  background-image:url(../../imagenes/slider/scroll.jpg);
	  background-repeat:no-repeat;

	  font-size:1px;

    }
    #content-scroll {
		  width: 524px;
      margin-top: 10px;
      overflow: hidden;    
    }

    #content-holder {
      width: 1500px;
      height:40px;
    }
	.content-item {
	  width: 290px;
	  height: 270px;
	  padding: 5px;
	  float: left;
	}
  /*****************************************************************************************************/
  

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

.ui-slider-handle {
  width: 8px;
  height: 14px;
  position: absolute;
  top: -4px;
  background: #478AFF;
  border: solid 1px black;
}

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

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

*/