
		$(document).ready(function(){	
			
			// v align
			$('#site').bodyValign();
			
			// lightbox
			$(".lightbox").lightbox();

		});
