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

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

ul.bjqs-controls.v-centered li a {
	display:block;
	padding:2px 3px;
	background:#fff;
	color:#191919;
	text-decoration: none !important;
	border-bottom:none !important;
	font-weight:bold;
	font-size:16px;
}

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

ol.bjqs-markers li a{
	padding:0px 5px;
	/*background:#000;*/
	border: 1px solid #999 !important;
	color:#191919;
	margin:2px;
	text-decoration: none !important;
	/* border-bottom:none !important; */
}

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

p.bjqs-caption{
	background: rgba(0,0,0,0.4);
}