/* Demo CSS - You do not need this css in your own slider */
@font-face{ font-family: 'AvanteLtLight'; src: url('AvanteLtLight.eot'); src: url('AvanteLtLight.eot?iefix') format('eot'), url('AvanteLtLight.woff') format('woff'), url('AvanteLtLight.ttf') format('truetype'), url('AvanteLtLight.svg#AvanteLtLight') format('svg'); }

body {
    margin: 0px;
	padding:0;
}
.sliderlogo {
    width: 250px;
    height: 168px;
    float: right;
    text-align: right;
    margin: 18px 0px 0px 50px;
    position: absolute;
    z-index: 999;
    background-image: url('../images/sliderlogo.png');
    display:none;
}
pre{
font-family: 'AvanteLtLight';
	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;
}

#slidercontainer{
font-family: 'AvanteLtLight';
	max-width:976px;
	margin:0 auto;
	padding:0px;
}
#slidercontainer *{
font-family: 'AvanteLtLight';
	
}
#banner-fade,
#banner-slide{
	margin: 0px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#000;
	color:#fff;
	filter: alpha(opacity=60); /* IE */
    opacity: .60; /* Firefox */
	text-decoration: none;
}

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

ol.bjqs-markers li a{
		filter: alpha(opacity=60); /* IE */
    opacity: .60; /* Firefox */
	font-family: 'AvanteLtLight';
	padding:3px 10px;
	background:#000;
	color:#fff;
	margin:1px;
	text-decoration: none;
}

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

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