
	$(document).ready(function() {
							   
	
		$('ul.sf-menu').superfish();
		
		$("a[rel^='prettyPhoto']").prettyPhoto({theme:'light_rounded'});
	});


