// Image rotator configuration

$(document).ready(function(){

     $('#main_image').cycle({ 
    fx:    'fade', 
    speed: 3000
 });
       
});