;(function($) { 
$(document).ready(function() {
	$('#slideshow').cycle({
		pager:  '#slideshow_controls',
		fx: 'fade',
		timeout: 5000,
		speed: 2000
	});					   
})
})(jQuery);

