@charset "UTF-8";

@import url('blueimp-gallery.min.css');

.blueimp-gallery > h3.title {
	display: none;
}

.blueimp-gallery > .close {
	display: block;
	top: 30px;
	right: 30px;
	width: 1.2em;
	height: 1.2em;
	padding: 0 0 0 2px;
	background: hsla(0, 0%, 0%, 0.1);
	border: 2px solid hsl(0, 0%, 100%);
	border-radius: 10px;
	line-height: 1.0em;
	text-align: center;
	opacity: 0.3;
}

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
	padding: 0 0 0 2px;
	background: hsla(0, 0%, 0%, 0.1);
	border: 2px solid hsl(0, 0%, 100%);
	border-radius: 10px;
	text-align: center;
	opacity: 0.3;
}

.blueimp-gallery > .play-pause {
/* 	display: block; */
	left: 15px;
	right: auto;
	opacity: 0.3;
}

.blueimp-gallery > ol.indicator {
	right: 15px;
	left: auto;
	margin: 0;
}

	.blueimp-gallery > ol.indicator > li {
		opacity: 0.3;
	}
	
	
	.blueimp-gallery > ol.indicator > li:hover,
	.blueimp-gallery > .play-pause:hover,
	.blueimp-gallery > .prev:hover,
	.blueimp-gallery > .next:hover,
	.blueimp-gallery > .close:hover {
		opacity: 1.0;
	}
