.justified-gallery {
	width: 100%; overflow: hidden; position: relative;
}
.justified-gallery > a {
	overflow: hidden; display: inline-block; position: absolute; opacity: 0;
}
.justified-gallery > div {
	overflow: hidden; display: inline-block; position: absolute; opacity: 0;
}
.justified-gallery > a > img {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; left: 50%; top: 50%; position: absolute;
}
.justified-gallery > div > img {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; left: 50%; top: 50%; position: absolute;
}
.justified-gallery > a > .caption {
	margin: 0px; padding: 5px; left: 0px; right: 0px; bottom: 0px; color: rgb(255, 255, 255); font-family: sans-serif; font-size: 12px; font-weight: 300; display: none; position: absolute; background-color: rgb(0, 0, 0);
}
.justified-gallery > div > .caption {
	margin: 0px; padding: 5px; left: 0px; right: 0px; bottom: 0px; color: rgb(255, 255, 255); font-family: sans-serif; font-size: 12px; font-weight: 300; display: none; position: absolute; background-color: rgb(0, 0, 0);
}
.justified-gallery > a > .caption-visible.caption {
	animation:justified-gallery-show-caption-animation 500ms; opacity: 0.7; -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease; -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
}
.justified-gallery > div > .caption-visible.caption {
	animation:justified-gallery-show-caption-animation 500ms; opacity: 0.7; -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease; -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
}
.justified-gallery > .entry-visible {
	animation:justified-gallery-show-entry-animation 500ms; opacity: 1; -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease; -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
}
.justified-gallery > .spinner {
	padding: 10px 0px; left: 50%; bottom: 0px; margin-left: -24px; position: absolute;
}
.justified-gallery > .spinner > span {
	margin: 0px 4px; border-radius: 6px; width: 8px; height: 8px; display: inline-block; opacity: 0; background-color: rgb(0, 0, 0);
}
