<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.place {
	width: 97%;
	top: 45%;
	left: 12px;
	position: absolute;
}
a.prev, a.next {
	display:block;
	width:48px;
	height:48px;
	cursor:pointer;
	font-size:1px;

	opacity: 0.5;
}

a.prev {
	background:url(prev.png) no-repeat;
	float:left;
}
a.next {
	background:url(next.png) no-repeat;
	float:right;
}
a.prev:hover, 
a.next:hover { 
	text-decoration: none;
	opacity: 1.0;
}
</pre></body></html>