<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

html, body {
	width: auto;
	margin:0px;
}


#responsive-slider {
	font-family: 'Open Sans', sans-serif;
	max-height:533px !important;
}


#responsive-slider .layer a {
	color: #00F;
}


#responsive-slider .layer.black a {
	color: #FFF;
}

.new {
	
	 background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 98%;}

@media (max-height:500px), (max-width:400px) {
	#responsive-slider .slide-arrows {
		visibility: hidden;
	}
}</pre></body></html>