$(document).ready(function() {
    $('#img-roll').cycle({
		fx: 'fade',
		speed:  3000
	});
});
