#container{
	max-width:250px;
	position:relative;
	z-index:100;
	right:280px;
	bottom:65px;
	float:right;
}

#container h5{
    font-family: 'Fjalla One',sans-serif;
    font-size: 25px;
	width:250px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-weight:100;
	color:#B00015;
}

#banner-fade,
#banner-slide{
	margin-bottom: 0px;
}

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{
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#141744;
	color:#fff;
	margin:5px;
	text-decoration: none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #B00015;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
	display:none;
}