/* elgg.com js */

$(document).ready(function () {	

});


$(function() {
	$('#spotlight_slideshow')
	.after('<div id="spotlightNav">')
	.cycle({
		timeout: 10000,
		delay: -2000,
		speed: 800,
		pause: 0,
		pager:  '#spotlightNav',
		pauseOnPagerHover: 0
	});
});

