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