<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.JSG-JSGalery {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
//	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAo0lEQVR42u3RAQ0AAAjDsIN/g7jBBiGdhLWSTHSmtgCIgAARECACAkRAgAiIgAARECACAkRAgAiIgAARECACAkRAgAiIgAARECACAkRAgAiIgAARECACAkRAgAiIgAARECACAkRAgAiIgAARECACAkRAgAiIgAARECACAkRAgAiIgAARECACAkRAgAiIgAARECACAkRAgAgIEAERECACAkRAvrebsgGh99oaEQAAAABJRU5ErkJggg==");
	background-color: rgba(0, 0, 0, 0.9);
	overflow: hidden;
}
.JSG-JSGalery.JSG-loading {
//	background-color: rgba(0, 0, 0, 1);
}
.JSG-JSGalery .JSG-image {
	position: absolute;
	cursor: pointer;
	box-shadow: 0 0 5px #FFF;
	border-radius: 5px;
}
.JSG-JSGalery.JSG-loading .JSG-image {
	opacity: 0.5;
}
.JSG-JSGalery .JSG-nextBtn,
.JSG-JSGalery .JSG-prevBtn,
.JSG-JSGalery .JSG-closeBtn {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border-color: #EEE;
	border-style: solid;
	border-width: 5px;
	color: #FFF;
	text-shadow: 0 0 4px #000;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	text-intent: -0.2ex;
	line-height: 20px;
	cursor:pointer;
	background-color:#000;
	background-color: rgba(0, 0, 0, 0.5)
}
.JSG-JSGalery .JSG-nextBtn:hover,
.JSG-JSGalery .JSG-prevBtn:hover,
.JSG-JSGalery .JSG-closeBtn:hover {
	border-color: #FFF;
	box-shadow: inset 0 0 5px #FFF,  0 0 5px #FFF;
	background-color: rgba(0, 0, 0, 1)
}
.JSG-JSGalery .JSG-prevBtn,
.JSG-JSGalery .JSG-nextBtn {
	border-radius: 35px 0px 0px 35px;
	height: 60px;
	width: 30px;
	line-height: 60px;
	border-right-width: 0px;
	border-left-width: 5px;
	text-align: right;
}
.JSG-JSGalery .JSG-prevBtn {
	border-radius: 0 35px 35px 0;
	border-left-width: 0px;
	border-right-width: 5px;
	text-align: left;
}
.JSG-JSGalery .JSG-closeBtn {
	border-width: 3px;
}
</pre></body></html>