$(function() {

	/*$('a:has(img[src*=\"thumb\"]:parent(a)), #bigImageSlideShow a').lightBox({txtImage:'', txtOf:'/'});*/
	$('.imageThumbnailGallery a, #bigImageSlideShow a').lightBox({txtImage:'', txtOf:'/'});
																	
});

/***************************************************************/
/* It updates the big image to the image passed as a parameter */
/***************************************************************/
function updateToBigImage(src, alt) {

	$("#bigImageSlideShow a").attr('href', src);
	$("#bigImageSlideShow a img").attr('src', src);
	$("#bigImageSlideShow a").attr('title', alt);
	
} 
