// after the page has finished loading
$(document).ready(function(){
		
	$('.pic a').lightBox({
	// we call the lightbox method, and convert all the hyperlinks in the .pic container into a lightbox gallery

		imageLoading: '../includes/javascript/lightbox/images/lightbox-ico-loading.gif',
		imageBtnClose: '../includes/javascript/lightbox/images/lightbox-btn-close.gif',
		imageBtnPrev: '../includes/javascript/lightbox/images/lightbox-btn-prev.gif',
		imageBtnNext: '../includes/javascript/lightbox/images/lightbox-btn-next.gif'

	});

});
