// JavaScript Document

$(function() {
	// Use this example, or...
	$('a[rel*=lightbox]').lightBox({
		overlayBgColor: '#FFFF99',
		overlayOpacity: 0.8,
		containerResizeSpeed: 400,
		fixedNavigation: true
	});

});
