function closeGallery(){
	document.getElementById("gallery_container").style.display = "none";	
}
