
$(document).ready(function() {
    $('#content_img').cycle({
		fx: 'fade',
	    speed: 1500
	});
});

