$(document).ready( function() {
    $(function() {
		$('#catalog a.pic').each( function() {
						$(this).lightBox({
				imageLoading: '/template/default/images/lightbox-ico-loading.gif',
				imageBtnClose: '/template/default/images/lightbox-btn-close.gif',
				imageBtnPrev: '/template/default/images/lightbox-btn-prev.gif',
				imageBtnNext: '/template/default/images/lightbox-btn-next.gif'
			});
		});
    });
});
