/* Demo CSS - You do not need this css in your own slider */

#container{
/*	max-width:620px;*/
max-width:1100px;
	margin:0 auto;
	padding-bottom:50px;
}

#banner-fade,
#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;
}*/

/*belowBannerButtons*/
ol.bjqs-markers li a{
	width:38px; height:38px;
	/*background:red;*/
	background:url(../images/but_red.png) no-repeat center;
	color:#c00d22;
	margin:5px;
	text-decoration: none;
	font-size:1px;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
background:url(../images/but_blue.png) no-repeat center;
color:#352983;font-size:1px;
}

p.bjqs-caption
{
background: rgba(255,255,255,0.5);
}