$(document).ready(function() {

	setTimeout(function() {
	$('#home-movies').fadeIn("slow");
	}, 400); // end setTimeout

}); // end document ready