$(document).ready(function() {

	$('body.gallery div.gallery a.lightbox').lightBox({
		imageLoading:			base_url + '/images/lightbox/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
		imageBtnPrev:			base_url + '/images/lightbox/lightbox-btn-prev.gif',		// (string) Path and the name of the prev button image
		imageBtnNext:			base_url + '/images/lightbox/lightbox-btn-next.gif',		// (string) Path and the name of the next button image
		imageBtnClose:			base_url + '/images/lightbox/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
		imageBlank:				base_url + '/images/lightbox/lightbox-blank.gif'			// (string) Path and the name of a blank image (one pixel)
	});
	
})
