/*   
CSS COMUNICACION INTEGRAL

*/
#content-slider {
      width: 450px;
      height: 7px;
      margin-top: 15px;
      background: #BBBBBB;
      position: relative;
    }

.ui-slider-handle {
      width: 13px;
      height: 7px;
      position: absolute;  
      background: url(imagenes/flechita.jpg);
&nbsp;}


#content-scroll {

    
  
      width: 450px;
      height: 310px;
      overflow: hidden;  
    }

#content-holder {
      width: 1410px;
      height: 310px;
      
    }

.content-item {
      width: 450px;
      height: 280px;
      padding-right: 20px;
      float: left;
}




