$(function() {
	$('#gallery a, .gallery_box a').lightBox();
});

$(function() {
	$('a[@rel*=lightbox]').lightBox();
});
