jQuery(document).ready(function($) {
	$('#slider').cycle({fx: 'fade', timeout: 5000, pause: 'true', speed: 1000});
});
