$(document).ready(function(){
	$('#photoRotator').cycle({			
		slideExpr: 'li',										// target only DL elements as slides (to avoid the H3)
		timeout: 4000,											// More options can be found here: http://malsup.com/jquery/cycle/options.html
		pause: 1,
	});
});
