<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {margin:0; padding:0}

.slider-Nav {
	width: 100%;
	position: absolute;
	display: block;
	z-index:10000;
	top: 45%;
	
}
.slider-button {
	width:67px; 
	height:50px; 
	line-height:50px; 
	cursor:pointer; 
	font-size:50px; 
	margin-top1:200px; 
	text-align:center; 
	color:#FFF; 
    opacity: 0.25;
    filter: alpha(opacity=25); /* For IE8 and earlier */
}
.slider-button:hover {
    opacity:1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


/* width: 30px;
height: 30px;
margin: -20px 0px 0px;
display: block;
background: url('../images/bg_direction_nav.png') no-repeat scroll 0px 0px transparent;
position: absolute;
cursor: pointer;
text-indent: -9999px;
opacity: 0; */


/*
.pagination {list-style:none; height:23px; margin:15px 0 0 67px; position:absolute; z-index:10000; bottom: 25px;  }
.pagination li {float:left; cursor:pointer; height:14px; width:14px;  border-radius:10px; border:2px solid #FFF; margin-right:12px; font-size:0; opacity: 0.5;filter: alpha(opacity=50);}
.pagination li:hover {background: none;opacity:1;filter: alpha(opacity=100);}
li.current {background:#FFF; opacity:1;filter: alpha(opacity=100);}
*/

/* TinyFader */

.fader-slide {opacity:0; position:absolute}
.fader-fade {opacity:1; -webkit-transition:opacity .4s; -moz-transition:opacity .4s; transition:opacity .4s}

/* Slide Styling */

/*
#content {width:464px; padding:15px 18px 15px 18px; background:#fff}
#content h1 {font:22px Georgia,Verdana; margin-bottom:15px; color:#036}
*/

#caption {background:#fff; position:relative}

@media (max-width: 768px) {

	.slider-button {
		width:20px; 
		height:20px; 
		line-height:20px; 
		font-size:20px; 
	}

.pagination {margin-left: 20px; bottom: 15px;  }
.pagination li {height:10px; width:10px; border-radius:10px; margin-right:16px;  }


}</pre></body></html>