$(document).ready(function(){

	$("a.x").lightBox({
		overlayOpacity: .5,
		overlayBgColor: '#000'
	});

});