.photos-section {
	display: block;
}

.photo-mini {
	border: 5px solid #041b3a;
}

.photo-mini:hover {
	border-color: #a800ff;
}

.slideshow-button {
	display: block;
	float: left;
	border: 5px solid #041b3a;
}

.random-button {
	display: inline;
	border: 5px solid #041b3a;
}

.slideshow-button:hover {
	border-color: #a800ff;
}

.random-button:hover {
	border-color: #a800ff;
}

#gallery {
	display: none;
	position: absolute;
	top: -220px; left: 0px;
	background: white;
	border: 10px solid #041b3a;
	border-radius: 10px;
	box-shadow: -5px 5px 10px #888888;
	z-index: 3;
}

#gallery-background {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 2500px;
	height: 2500px;
	background-color: black;
	opacity: 0.91;
	z-index: 1;
}

#gallery-buttons {background-color: #787eff; }
#gallery-text {background-color: #787eff; padding: 20px; border-top: 10px inset #041b3a;}

#gallery-button-previous {margin-left: 10%;}
#gallery-button-stop {margin-left: 30%;}
#gallery-button-next {margin-left: 30%;}

#gallery-text { font-weight: bold;}
