//var fadingLinkOpacity = 0.75;

$(document).ready(function() {		
	//Load the slideshow
	imageRotator('#menu-images-rota', 4000, 2000);
	
	//load jQuery lightBox plugin
	imageViewer(false, 'HTML');
	
	//set css properties for dynamic chosen elements
	setCssProperties();
});


