$(document).ready(function(){
	$('#sfeer').cycle({fx:'fade',timeout:3000,speed:1500,random:1});
	$("a[rel^='prettyPhoto']").prettyPhoto({
		animationSpeed: 'normal', /* fast/slow/normal */
		padding: 40, /* padding for each side of the picture */
		opacity: 0.35, /* Value betwee 0 and 1 */
		showTitle: false, /* true/false */
		allowresize: true, /* true/false */
		theme: 'dark_square', /* light_rounded / dark_rounded / light_square / dark_square */
		hideflash: false /* Hides all the flash object on a page, set to TRUE if flash appears over prettyPhoto */
	});
	
	$(".accordion").accordion({
		header: 'h3.title',
		active: false, 
		alwaysOpen: false,
		autoHeight: false
	});
});



/* Cache rendered in 0,02485 seconds. */