$(function() {
	$(".iepngfix").pngfix();
	$('a[rel=lightbox]').lightBox({
		imageLoading:  '/share/image/lightbox-ico-loading.gif',
		imageBtnClose: '/share/image/lightbox-btn-close.gif',
		imageBtnPrev:  '/share/image/lightbox-btn-prev.gif',
		imageBtnNext:  '/share/image/lightbox-btn-next.gif'
	});

});