/**
 * v1.1 Mar 05, 2018 .editbutton added
 * v1.0 Feb 21, 2018
 */

.outergall {
 	padding-left: 10px;
 	padding-right: 0;
 	margin-bottom: 10px;
}

.gallerycontainer {
 	border-radius: 10px;
 	border: 0.5px solid rgba(0, 0, 0, 0.5);
 	background-color: white;
 	padding: 0 10px;
 	text-align: center;
 	height: 100%;
 	box-shadow: 4px 4px 4px #888888;
}
@media only screen and (max-width: 992px) {
 	.gallerycontainer {
 		margin-left: -5px;
		margin-right: 5px;
	}
}
@media only screen and (max-width: 576px) {
 	.gallerycontainer {
 		max-width: 250px;
 		margin: 0 auto;
 	}
}
.outergall a {
 	color: black;
 	text-decoration: none;
}
.gallerycontainertop {
 	height: 40px;
 	padding-top: 10px;
 	font-size: 0.8rem;
}
.gallerycontainer img {
 	border: 1px solid black;
 	box-shadow: 0px 0px 2px #000;
 	margin-bottom: 10px;
}
.gallerycontainer p {
 	font-size: .8rem;
 	margin-bottom: 10px;
}
.arrows {
	cursor: pointer;
}
.navigation {
	text-align: center;
	clear: both;
}

.editbutton {
	margin-bottom:  10px;
	margin-top: -20px;
}