<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fNext, .fPrev{
	position:absolute;
	z-index:20;
	bottom:0px;
	right:0px;
	cursor:pointer;
}

.fPrev{
	right:34px;
}

.fIndicators{
	list-style-type:none;
	padding:0px;
	margin:0px;
	position:absolute;
	bottom:8px;
}

.fIndicators li{
	width:8px;
	height:8px;
	background-color:gray;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	margin:4px;
	cursor:pointer;
}

.fIndicators li:hover{
	background-color:#ccc;
}

.fIndicators .fCurrent, .fIndicators .fCurrent:hover{
	background-color:white;
}</pre></body></html>