<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0;
position:absolute;
left:calc(50% - 480px);
top:0;
width:160px;
padding: 130px 0 84px 0;
text-align:center;
background: url(../images/header_front.png) no-repeat top left;
z-index: 1;

}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;background-position: center;background-repeat: no-repeat; width:12px; height:12px; background-image:url(../images/marker2.png); margin:0 5px; text-indent:-9999px;}
p.bjqs-caption{display:none;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
ol.bjqs-markers .active-marker a{
	background-image:url(../images/marker1.png);
}

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