$(document).ready(function() {
    $('#myCarousel').cycle({
		fx: 'fade',
		random: 0,
	});
});
