/* Demo CSS - You do not need this css in your own slider */

body{
	font: normal 12px Arial, Helvetica, sans-serif;
}

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:0;
}

#banner-fade,
#banner-slide{
	margin-bottom: 0;
}

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;
}

ol.bjqs-markers li a{
	padding:14px 10px 9px;
	background:#999;
	color:#fff;
	margin: 0;
	text-decoration: none;
	text-align:left;
	height: 39px;
	overflow: hidden;
	float: left;
	width: 84%;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: none repeat scroll 0 0 #000;
    color: #FFFFFF;
    height: 39px;
    margin: 0;
    overflow: hidden;
    padding: 14px 10px 20px 10px;
    text-align: left;
    text-decoration: none;
    display: block;
}

p.bjqs-caption{
	background: url("../img/bannerLeaf.png") no-repeat left top;
	color: #ffffff;
	display: block;
}
.bannerBlockNew{
	width: 630px;
	height: auto;
	float: left;
	margin: 0 0 0 8px;
}
.h-centered
{
    left: -2px !important;
}