// JavaScript Document

//Gallery Query

	
	$(function() {
	   $('ul.newsGallery a').lightBox(
		{	overlayBgColor: '#000',
			overlayOpacity: 0.8,
			imageLoading: 'images/loading.gif',
			imageBtnClose: 'images/closeBut.jpg',
			imageBtnPrev: 'images/prevPic.png',
			imageBtnNext: 'images/nextPic.png',
			containerResizeSpeed: 350,
		   }											  
											  )
			   })



	

//);

		/*	{overlayBgColor: '#FFF',
			overlayOpacity: 0.6,
			imageLoading: 'http://example.com/images/loading.gif',
			imageBtnClose: 'http://example.com/images/close.gif',
			imageBtnPrev: 'http://example.com/images/prev.gif',
			imageBtnNext: 'http://example.com/images/next.gif',
			containerResizeSpeed: 350,
			txtImage: 'Imagem',
			txtOf: 'de'
		   }*/	  
