.photo-gallery {
	background:#000;
	padding:1em;
}

.photo-gallery button:focus,
.photo-gallery button:active,
.photo-gallery button {
	background:#101010;
	border-color:#424242;
	color:#727272;
	text-shadow:none;
}

.photo-gallery button:hover {
	background:#101010;
	color:#FFF;
}

.photo-gallery  button i {
	color:#FFF;
}

.photo-gallery .gallery-title {
	font-size:1.275em;
	margin-bottom:1em;
}

.photo-gallery .gallery-panel {
	padding-top:1em;
}

.photo-gallery .gallery-panel button {
	float:right;
	margin-left:5px;
	text-shadow:none;
}

.gallery-carousel ul li {
	cursor:pointer;
}

.gallery-carousel ul {
	
}

.gallery-carousel .flex-direction-nav {
	display:none;
}

.gallery-slider .caption {
	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	padding:0;
}

.gallery-slider .caption span {
	display:block;
	background:#FFF;
	background:rgba(255,255,255,0.8);
	color:#000;
	font-size:0.875em;
	padding:0.750em;
}

.gallery-slider .caption .author {
	position:absolute;
	bottom:100%;
	right:0;
	background:#000;
	background:rgba(0,0,0,0.7);
	color:#FFF;
	font-size:0.688em;
	padding:4px 10px;
}