/*   
CSS SLIDER CLIENTES

*/
#content-slider {
      width: 820px;
      height: 7px;

      background: #BBBBBB;
      position: relative;
    }

.ui-slider-handle {
      width: 13px;
      height: 7px;
      position: absolute;  
      background: url(imagenes/flechita.jpg);
&nbsp;}


#content-scroll {
    
      padding-top:20px;
      width: 820px;
      height: 300px;
      overflow: hidden;  
    }

#content-holder {
      width: 3075px;
      height: 300px;
      
    }

.content-item {
      width: 195px;
      height: 380px;
      padding-right: 10px;
      float: left;
 

}
