$(function(){
	$('#background-wrap img').css('opacity',0);
	$('#background-wrap img').animate({ opacity: 1}, 3000);
});
