ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    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;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
    right: 0;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
    left: 0;
}

ol.bjqs-markers {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

ol.bjqs-markers.h-centered {
    text-align: center;
}

ol.bjqs-markers li {
    display: inline;
}

ol.bjqs-markers li a {
    display: inline-block;
}

p.bjqs-caption {
    display: block;
    width: 100%;
    margin: 0;
    padding: 2%;
    position: absolute;
    bottom: 0;
	color:#fff;
    font-family: 'OpenSansLight';
	font-size:16px;
	font-weight:bold;
}

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

pre{
	font-family: "Source Code Pro", monospace;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: whiteSmoke;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

h2{
	font-size: 48px;
}

pre + h2{
	margin-top: 80px;
}

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

#banner-fade{
	margin-top: 10px;
	margin-bottom: 20px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px 5px;
	color:rgba(0,0,0,0);
	text-decoration: none;
}

.bjqs-prev a{
	background:rgba(65, 83, 147, 0.75) url(../images/prevw_arw.png) no-repeat center center !important;
	border-radius: 0 10px 10px 0;
}

.bjqs-next a{
	background:rgba(65, 83, 147, 0.75) url(../images/next_arw.png) no-repeat center center !important;
	border-radius:10px 0 0 10px;
}

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

ol.bjqs-markers li a{
	/*padding:5px 10px;*/
	background:#7f84ac;
	color:rgba(255,255,255,0);
	margin:5px;
	text-decoration: none;
	width:10px;
	height:10px;
	border-radius:24px;
}

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

p.bjqs-caption{
	background: rgba(65, 83, 147, 0.75);
}