jQuery().ready(function(){
	$(function() {
			$('a[rel="lightbox"]').lightBox({fixedNavigation:true});
	});
});
