jQuery(document).ready(function(){
	
	// Lightbox
	$(function() {
		$(".lightbox").lightbox();
	});
	

});