<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
HTML:
	&lt;div class="slideshow-controller"&gt;
		&lt;ul&gt;
			&lt;li class="first"&gt;&lt;a /&gt;&lt;/li&gt;
			&lt;li class="prev"&gt;&lt;a /&gt;&lt;/li&gt;
			&lt;li class="play"&gt;&lt;a /&gt;&lt;/li&gt;
			&lt;li class="next"&gt;&lt;a /&gt;&lt;/li&gt;
			&lt;li class="last"&gt;&lt;a /&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;
	
Notes:
	Customize the hidden / visible classes to affect the controller animation.
*/

.slideshow-page93-controller {
	background: url(controller.png) no-repeat; height: 48px; left: 50%; margin: -24px 0 0 -122px; overflow: hidden; position: absolute; top: 50%; width: 244px; z-index: 10000;
}
.slideshow-page93-controller * {
	margin: 0; outline: none; padding: 0;
}
.slideshow-page93-controller-hidden { 
	opacity: 0;
}
.slideshow-page93-controller-visible {
	opacity: 1;
}
.slideshow-page93-controller a {
	background: url(controller-controls.png) no-repeat -47px 0; cursor: pointer; display: block; height: 18px; left: 112px; overflow: hidden; position: absolute; top: 15px; width: 20px;
}
.slideshow-page93-controller a.active {
	background-position: -47px -18px;
}
.slideshow-page93-controller li {
	list-style: none;
}			 
.slideshow-page93-controller li.first a {
	background-position: 0 0; left: 36px; width: 19px;
}
.slideshow-page93-controller li.first a.active {
	background-position: 0 -18px;
}
.slideshow-page93-controller li.prev a {
	background-position: -19px 0; left: 68px; width: 28px;
}
.slideshow-page93-controller li.prev a.active {
	background-position: -19px -18px;
}
.slideshow-page93-controller li.play a {
	background-position: -67px 0;
}
.slideshow-page93-controller li.play a.active {
	background-position: -67px -18px;
}
.slideshow-page93-controller li.next a {
	background-position: -87px 0; left: 148px; width: 28px;
}
.slideshow-page93-controller li.next a.active {
	background-position: -87px -18px;
}
.slideshow-page93-controller li.last a {
	background-position: -115px 0; left: 189px; width: 19px;
}
.slideshow-page93-controller li.last a.active {
	background-position: -115px -18px;
}
.slideshow-page93-controller {
  left: 50%;
}
.slideshow-page93-controller {
  top: 50%;
}</pre></body></html>