$(function() {
	$('.main-menu li a').wrapInner('<span />');
	$("a[rel^='prettyPhoto']").prettyPhoto({
		overlay_gallery: false
	});
});
