// JavaScript Document

$(document).ready(function() {
    $('.slider').cycle({
		fx: 'fade',
		speed: 2500,
		timeout: 5000,
		pause: 1,
		random: 1
	});
});
