$(document).ready(function(){	
	$("a[rel=lightbox]").lightBox({
		imageLoading:images.loading,
		imageBtnPrev:images.prev,
		imageBtnNext:images.next,
		imageBtnClose:images.close,
		imageBlank:images.blank
	});	
	$(".decorator.motive img").css('opacity',"0.5").animate({opacity:1}, 2500);
});
	
