jQuery(document).ready(function(){
	jQuery('a[rel*=lightbox]').lightBox({
		overlayBgColor: '#feff99',
		overlayOpacity: 0.3,
	});
});