#gallery, #gallery img {
	max-height: 500px;
}
.orbit-container {
	background: transparent;
}

.gallery-preview {
	/* border-top: rgb(40,28,68) 5px solid; */
	margin-bottom: 10px;
}
.gallery-preview .gallery-img {
	/* background: #111; */
	display: block;
	height: 200px;
	overflow: hidden;
}
.gallery-preview .gallery-meta {
	/* background: #111; */
	color: #777;
	display: block;
	padding: 10px ;
}
.gallery-preview .gallery-meta h3 {
	margin-top: 0 !important;
}
.gallery-preview a:hover .gallery-meta {
	/* background: rgb(40,28,68); */
}
.gallery-preview a:hover .gallery-meta small {
	text-decoration: underline;
}
.gallery-preview .gallery-meta h3 {
	margin: 0;
	padding: 0;
}