$(document).ready(function(){	$('#services').accordion({ header:'div.title',  active: false , alwaysOpen: false });	$('#slideshow').cycle({		slideExpr: '.slide',		timeout: 0,		fx: 'scrollRight'	});	$('div#footer div.navigation a').click( 		function() 		{  			$('div#slideshow').cycle(parseInt($(this).attr('rel')));			return false;		} 	);	$("a[rel^='prettyPhoto']").prettyPhoto({		theme: 'light_rounded' /* light_rounded / dark_rounded / light_square / dark_square */	});	});