$(function() {	
	 $('#slider').after('<div class="pager">').cycle({
		fx: 'fade',
		pager: '.pager',
		next: '#slider',
		timeout: 3000
	});

	$('#latest-news-scroll').cycle({
		fx: 'scrollUp',
		timeout: 6000,
		delay: -2000
	});

	$("a[rel^='zoom']").prettyPhoto({
		theme: 'light_square' /* light_rounded / dark_rounded / light_square / dark_square / facebook */
	});

	$('#scrollBox').jScrollPane();

});




