
$(document).ready(function(){
	$('.lightbox').lightbox();
//	$('a').lightbox();
});

