<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slider {
	height: 100%;
	}
.rotating_image {
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	}
#firstline,
#secondline {
	color: white;
	display: block;
	}


/* CONTROLS */
.btn {
	height: 32px;
	width: 32px;
	float: left;
	cursor: pointer;
	}
#back {
	background-image: url("btn_back.png");
	}
#next {
	background-image: url("btn_next.png");
	}
#play_pause {
	background-image: url("btn_pause.png");
	}
#controls {
	position: absolute; top: 80%; right: 5%;
	display: none;
	}</pre></body></html>