$(document).ready(function() {
	var timer	= setTimeout(function(){
		$('.imageFadeOut').fadeOut(1000);
	}, 1000);
});
