$(document).ready(function(){
	if($('#imaging-photos').get(0)){
		$('#imaging-photos a').lightBox({
			imageLoading: 'Assets/Scripts/jQuery/css/images/lightbox-ico-loading.gif',
			imageBtnClose: 'Assets/Scripts/jQuery/css/images/lightbox-btn-close.gif',
			imageBtnPrev: 'Assets/Scripts/jQuery/css/images/lightbox-btn-prev.gif',
			imageBtnNext: 'Assets/Scripts/jQuery/css/images/lightbox-btn-next.gif'
		});
	}
});

