// JavaScript Document
$('table.fotos td').css({
						'font-size':'7pt',
						'line-height':'9pt'
						});

$('table.fotos').css({
					
					'margin':'0 0 40px -9px',
					'font-size':'7pt',
					'line-height':'9pt'
					});

$('table.fotos tr td img').css({
						 'border':'1px  #F9F9F9 solid',
						 'margin':'6px 0 6px 0'
						 });

var lbOptions = {
	overlayBgColor: '#6B952F',
	overlayOpacity: .2
	};

$('.gallery').css({
				  
				  'text-align':'left',
				  'margin':'0 0 0 0'
				  });

$('.gallery a').lightBox(lbOptions);
