jQuery(document).ready(function () {

	//Boris CCAP customized to use our version of the lightbox script
	jQuery('.gallery-item a').attr('rel','lightbox[album]');
	jQuery('.gallery-item a').click(function(){
		Lightbox.start(this);
		return false;
	});
});
