#gallery{
	position: fixed;
	min-width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 600;
	text-align: center;
	top: 0px;
	left: 0px;
}
#image{
	width: 1100px;
	height: 80%;
	margin: auto auto;
	padding: 0px;
	//background-color: rgba(255, 255, 255, 0.8);
	top: 10%;
	z-index: 601;
	position: relative;
}
#slide{max-width: 800px; max-height: 600px;}
button{
	width: 280px;
	height: 300px;
}