$(document).ready(function() {
    $('.mainimage_fade').cycle({
     fx:    'fade', 
    speed:  2500,
    timeout: 3500 
  });
});
