$(document).ready(function () {

	$('.preloader_overlay').show();

$(window).load(function () {

	$('.preloader_overlay').hide();

});

});

