$(document).ready(function () {
	
	$("#mainmenu").lavaLamp({
		fx: 'easeInSine',
		speed: 500,
	});
	
	$("#pricelist").accordion();
	$(".gallery a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'fast',theme:'light_rounded', default_width:600, slideshow:3000 });
	
});

DD_roundies.addRule('.mainmenu li.back', '15px');

