$(function() {
	$('.zoom_wrapper').click(function() {
		$("#time").hide();
	})
})
