$(document).ready(function(){	
	$("a[rel=lightbox]").lightBox({
		fixedNavigation:true,
		imageLoading:images.loading,
		imageBtnPrev:images.prev,
		imageBtnNext:images.next,
		imageBtnClose:images.close,
		imageBlank:images.blank
	});	
	
	$(".fade").innerfade({
		containerheight:202,
		timeout:5000,
		speed:"slow"
	});
});

