// JavaScript Document

function galeria() {
		$('.gallery a').lightBox();
};

$(document).ready(function(){
	galeria();
	
});