$(document).ready(function() {
    $('.slider-wrap').cycle({
		fx: 'fade'
	});
});

