$(document).ready(function(){
	$('a[rel*=lightbox]').lightBox({
		overlayBgColor: '#e0e0e0',
		overlayOpacity: 0.8
	});
});
