$(document).ready(function(){

	$('.gallery').fancybox();

});

$(function() { 
	$("#nav ul").lavaLamp({ fx: "easeInOutCubic", speed: 700 })
});
