<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Demo CSS - You do not need this css in your own slider */

.slider1_container{
	font-family: "Open Sans", helvetica, arial;
	font-weight: bold;
}

.bjqs-markers li a {  
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;

	background-color: #910048 !important;	
	color: white !important;
	font-weight: bold;
} 


.bjqs-prev a,
.bjqs-next a,
.bjqs-markers li a
 { 
	color: white !important;
	font-weight: bold !important;
	background-color: #910048 !important;
}

 .bjqs-prev a:hover,
.bjqs-next a:hover,
.bjqs-markers li a:hover
 { 
	background-color: #eca154 !important;
	
}


.bjqs-prev a { 
	border-top: solid #eca154 1px !important;
	border-right: solid #eca154 1px !important;
	border-bottom: solid #eca154 1px !important;
	/*border-left: solid #eca154 1px !important;*/
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.bjqs-next a {
	border-top: solid #eca154 1px !important;
	/*border-right: solid #eca154 1px !important;*/
	border-bottom: solid #eca154 1px !important;
	border-left: solid #eca154 1px !important;

	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}


li.active-marker a { background-color: #eca154 !important; }

pre{
	font-family: "Source Code Pro", monospace;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: whiteSmoke;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#slider1_container{
	max-width:620px;
	margin:0 auto;
	padding-bottom:80px;
}


#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}</pre></body></html>