$(function() {
	$('a.lightbox').lightBox({
		imageBtnPrev: '/img/lightbox/prev.gif',
		imageBtnNext: '/img/lightbox/next.gif',
		containerBorderSize: 30,
		fixedNavigation: true
	});
});