jQuery(document).ready(function(){ 
	// initialise menu
	jQuery('ul.sf-menu').superfish(); 
	
	// initialise lightbox		
	jQuery("a[rel^='prettyPhoto']").prettyPhoto({
		theme:'dark_square',
		opacity: 0.1,
		show_title: false
	});
});
