<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
	/* Controls Bar
	----------------------------*/
	#controls-wrapper { margin:0 auto; height:42px; width:60%; top:0px; right:0px; z-index:2; repeat-x; position:absolute; }
		#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:3; }
				
				ul#slide-list{ padding:0px 0; float:left; position:absolute; right:0px; top:9px; }
					ul#slide-list li{ list-style:none; width:14px; height:14px; float:left; margin:0 5px 0 0; }
						ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background:url(../images/picture_bullet_c.png) no-repeat 0 0; }
						ul#slide-list li a{ display:block; width:14px; height:14px; background:url(../images/picture_bullet.png) no-repeat 0 0;}
							ul#slide-list li a:hover{ cursor:pointer; background:url(../images/picture_bullet_c.png) no-repeat 0 0; }
</pre></body></html>