$(function() {
	$('a[rel="lightbox"]').lightBox({
		fixedNavigation:true,
		imageLoading: '/images/lb/loading.gif',
		imageBtnClose: '/images/lb/close.gif',
		imageBtnPrev: '/images/lb/prev.gif',
		imageBtnNext: '/images/lb/next.gif',
		imageBlank: '/images/lb/blank.gif',
		containerResizeSpeed: 350
   });
});