$(document).ready(function(){
	//$("#cont-loading").hide();
	
});
$("img").ready(function(){
	$("#cont-loading").hide();
})
