<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 */

#banner-fade,
#banner-slide{
	margin-bottom: 10px;
}

#slide_10a {
	//thku
/*
	position:absolute;
	position:relative;
	margin-left:-1345px;//why? Be should -960px ?
	margin-left:-960px;//why? Be should -960px ?
	left:50%;
	margin-left:-490px;//why? Be should -960px ?
	margin-bottom: 25px;//for slide 
*/
	margin-bottom: 0px;//for slide 
	position:relative;
	width:1200px;
	height:400px;
}

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

#slide_10a ul.bjqs-controls.v-centered li a:hover{
}

#slide_10a ol.bjqs-markers li a{
 padding:9px;//for btn_on
 //padding:10px 10px;
 //thku
 //background:url(img/circle_off.gif) no-repeat;
 //background:url(img/circle_off-02.png) no-repeat;
 background:url(img/btn_off_2.gif) no-repeat;
}

#slide_10a ol.bjqs-markers li.active-marker a,
#slide_10a ol.bjqs-markers li a:hover{
 //thku
 //background:url(img/circle_on.gif) no-repeat;
 //background:url(img/circle_on-02.png) no-repeat;
 background:url(img/btn_on_2.gif) no-repeat;
}

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