/* Demo CSS - You do not need this css in your own slider */

#banner-fade,
#banner-slide img{
	border:none !important;
	
	
	
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	
	font-size:1px;
	color:#FFF;
	text-decoration: none;
	margin-left:-150px;
	/*width:50px;*/
	height:50px;
	background-image:url(../images/slider-back-arrow.png);
	background-repeat:no-repeat;
	
}

ul.bjqs-controls.v-centered li a:hover{
	
	
	color:#ef308f;
	
	
}

ol.bjqs-markers li a{
	padding:5px 10px;
	
	color:#929292;
	
	text-decoration: none;
	font-size:1px;
	/*background-image:url(../images/slidercircle.png);*/
	width:75px;
	height:5px;
	margin-top:0px;
	background-repeat:no-repeat;
	margin-right:12px;
	background-color:#929292 !important;
}
ol.bjqs-markers 
{
	background-color:#040601 ;
	width:650px;
	margin-top:10px;
	height:10px;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	/*background-image:url(../images/slidercirclehover.png);
	background-repeat:no-repeat;*/
	width:75px;
	background-color:#ef308f !important;
	
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
 ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	/*background-image:url(../images/slidercirclehover.png);
	background-repeat:no-repeat;*/
	width:70px !important;
	background-color:#ef308f !important; 
	margin-top:0px;
	
}
ol.bjqs-markers li a
{
	height:1px !important;
}
ol.bjqs-markers.h-centered{/*text-align: center;*/ background-color:#CCC; height:12px !important;}

}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}









/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;  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; height:200px; }
ul.bjqs-controls.v-centered li.bjqs-next a{right:60px; background-image:url(../images/slider-farword-arrow.png); width:30px; height:45px; color:#0c0704;}
/*ul.bjqs-controls.v-centered li.bjqs-next a:hover{background-image:url(../images/hovernext.png); background-repeat:no-repeat ;}*/
ul.bjqs-controls.v-centered li.bjqs-prev a{ 	background-image:url(../images/slider-back-arrow.png);
 margin-left:70px; margin-top:0px; width:20px; height:45px; color:#0c0704;}
/*ul.bjqs-controls.v-centered li.bjqs-prev a:hover{	background-image:url(../images/slider-back-arrow.png);
 margin-left:70px; margin-top:2px; width:20px; height:45px; color:#0c0704;);
}*/
ol.bjqs-markers{list-style: none; padding: 0; margin-top:1px; width:100%; height:10px;px; background-color:#0F0;   }
ol.bjqs-markers.h-centered{/*text-align: center;*/ background-color:#CCC; height:8px; display:none;}
ol.bjqs-markers li{display:inline;  }
ol.bjqs-markers li a{display:inline-block; margin-top:-100px;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}













