﻿$(document).ready(function(){

  
	// LIGHTBOX
	$('a.lightbox').lightBox({
		txtImage : ' ',
		txtOf	: '/',
		overlayBgColor : '#000',
		imageLoading:			'/public/images/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
		imageBtnPrev:			'/public/images/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
		imageBtnNext:			'/public/images/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
		imageBtnClose:			'/public/images/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
		imageBlank:				'/public/images/lightbox-blank.gif',
		overlayOpacity: 0.95
			
	});
	

});

