<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slider {
	width:940px !important;
	height:380px;
	margin:0 auto;
	
	left:0px;
	top:0px;
	padding:0px;
	z-index:10;
}



.items {
	display:none;
	
}
.play.paused {
	color:#f00;
}



.pagination {
	position:absolute;
	padding:0;
	bottom:-8px;
	left:12px;
	z-index:999;
	
	
	
}
 * + html .pagination {bottom:-0px;}
.pagination li {
	display:inline;
	width:20px;
	height:120px;
	margin-right:14px;
}
.pagination li a {
	width:10px;
	height:10px;
	display:inline-block;
	background:url(../images/button.png) 0 0 no-repeat;
}
.pagination li a:hover {background:url(../images/button.png) 0 -10px no-repeat;}
.pagination li.current a {
	margin:0;
	cursor:default;
	width:10px;
	height:10px;
	background:url(../images/button.png) 0 -10px no-repeat;
}

.play {
	position:absolute;
	bottom:0px;
	right:93px;
	display:inline-block;
	width:8px; 
	height:10px;
	text-indent:-5000px;
	background:url(../images/pause1.gif) 0 0 no-repeat;
	z-index:10;
	cursor:pointer;
}
.play:hover {background:url(../images/pause1.gif) 0 bottom no-repeat;}
.paused {
	position:absolute;
	bottom:0px;
	right:93px;
	display:inline-block;
	width:8px; 
	height:10px;
	text-indent:-5000px;
	background:url(../images/pause1.gif) 100% 0 no-repeat;
	z-index:10;
	cursor:pointer;
}
.paused:hover {background:url(../images/pause1.gif) 100% 100% no-repeat;}

.controls {
	position:absolute;
	bottom:0px;
	right:8px;
	z-index:999;
	height:55px;
	width:25px;
}

.controls a {
	color:#fff;
	float:left;
}

.prev {
	display:block;
	height:10px;
	width:8px;
	text-indent:-5000px;
	background:url(../images/prev.gif) 0 0 no-repeat;
	position:relative;
	top:45px;
	left:-38px;
	z-index:999;
	
}

.controls a.prev:hover {
	background:url(../images/prev.gif) 0 bottom no-repeat;
	cursor:pointer;
	
}

.controls a.next {
	display:block;
	height:10px;
	width:8px;
	text-indent:-5000px;
	background:	url(../images/next.gif) 0 0 no-repeat;
	position:absolute;
	top:45px; left:-8px;
}
.controls a.next:hover {
	background:url(../images/next.gif) 0 bottom no-repeat;
	cursor:pointer;
	
}</pre></body></html>