<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#imageZoomContainer {
	position:absolute;
	z-index:30000;
	left:0;
	top:0;
}

#imageZoomContainer img, #imageZoomContainer div {
	position:absolute;
}

#imageZoomContainer div {
	padding:15px;
}

#imageZoomContainer .image, #imageZoomContainer p {
	-moz-box-shadow:0 0 15px #000000;
	-webkit-box-shadow:0 0 15px #000000;
	box-shadow:0 0 15px #000000;
}

#imageZoomContainer .image {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out; 
}

#imageZoomContainer p {
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	padding:10px;
	white-space:pre-wrap;
}

#imageZoomContainer .closeWidget {
	margin:0;
	cursor:pointer;
}

.imageZoom:hover {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in; 
}</pre></body></html>