setTimeout(function(){
	$('#big-slider ').animate({
	  'background-position-y': '0%'
	}, 20000);
	$('#big-slider .content').animate({
	  'bottom': '380px'
	}, 20000);
	setTimeout(function(){
		$('#big-slider .content p.desc').animate({
		  'color': '#fff !important'
		}, 4000);
	}, 16000);
}, 5000);