$(function() {
	//$('.lightbox').lightBox({fixedNavigation:true});
	// Select all links whose attribute rel starts with lightbox
	 $('a[rel^=lightbox]').lightBox({fixedNavigation:false});
});
