$(document).ready(function(){
   
    $(".changingimages").cycle({
        fx: 'fade'
   });
});

