$(document).ready(function () {
	$('img._popup').bind('click', function () {
		$(this).lightbox({start:true,events:false});
	});
});
