$(document).ready(function() {
   
	$('a.lightbox, .lightbox a').click(function(){
		lightbox.open($(this));
		return false;
	});
    
});

