$(document).ready(function() {
	$('.lightbox_gallery a').lightBox({
		containerBorderSize : 0,
		fixedNavigation: true,
		imageLoading: ''
	});
})