// JavaScript Document
$(function() {
        $('#galleryVendita a').lightBox(
			{
			imageLoading:			'../grafica/images/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
			imageBtnPrev:			'../grafica/images/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
			imageBtnNext:			'../grafica/images/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
			imageBtnClose:			'../grafica/images/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
			imageBlank:				'../grafica/images/lightbox-blank.gif'	
			}
		);
 });
