// Plugin de rotativas
$('#rotativas').cycle({
  fx:     'fade',
  speed:  'slow',
  timeout: 6000,
  next:   '.siguiente',
  prev:   '.previo'
});
// Otras noticias
$(function() {
  $(".otras_noticias_home").jCarouselLite({
    vertical: true,
    hoverPause:true,
    visible: 5,
    auto:5000,
    speed:1000
  });
});

