<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:145px;
top:0;
width:275px;
padding: 460px 0 84px 0;
text-align:center;
background: url(../images/header_front.png) no-repeat top left;

}
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);
}
@media only screen and (min-width: 1440px) {
    ol.bjqs-markers {
    	left: 237px;
    }
}
@media only screen and (min-width: 1500px) {
    ol.bjqs-markers {
    	left: 300px;
    }
}

@media only screen and (min-width: 1800px)  {        
    ol.bjqs-markers {
    	left: 25%;
    }
}
</pre></body></html>