/*   
CSS FILOSOFIA

*/
#content-slider {
      width: 810px;
      height: 7px;
      margin: 7px;
      background: #BBBBBB;
      position: relative;
    }

.ui-slider-handle {
      width: 13px;
      height: 7px;
      position: absolute;  
      background: url(imagenes/flechita.jpg);
    }


#content-scroll {
     background: #fff;

      margin-left:57px;
      width: 730px;
      height: 260px;
      overflow: hidden;  
    }

#content-holder {
      width: 1250px;
      height: 260px;
    }

.content-item {
      width: 235px;
      height: 260px;
      padding-left: 15px;
      float: left;
}

