// JavaScript Document
$(function(){
	$('.gallery a').not('div.alta_def a').lightBox();
});