<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html,body {overflow:hidden} /*Force hidden scrollbars (mostly for older browsers)*/
			
#maximage {
	display:none;
}
			
#arrow_left, #arrow_right {
	top:50%;
	margin:-34px -70px;
	position:absolute;
	z-index:1000;
	background-color: transparent;
}

#arrow_left {
	background-color: transparent;
	top:50%;
	position:absolute;
	margin:-34px 30px;
	z-index:1000;
}

#arrow_left:hover, #arrow_right:hover {
	margin-top:-33px;
}

#arrow_left:active, #arrow_right:active {
	margin-top:-33px;
}</pre></body></html>