/* Demo CSS - You do not need this css in your own slider */

body{
	font-family: "Open Sans", helvetica, arial;
}
.icone {
	float: left;
	text-align: center;
	clear: left;
}
p {
	margin: 0px;
}

.clear {
	clear: both;
	width: 960px;
	height: 15px;
	float: left;
}


.main {
	float: none;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
a {
	color: #999;
	text-decoration: none;
}



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;
}
.header {
}
.logo {
}
.slogan {
	float: right;
	padding-top: 5px;
	padding-bottom: 15px;
}
.footer {
	width: 100%;
	clear: both;
	float: none;
}
.separator {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	clear: both;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
}





#container{
	max-width: 960px;
	padding-bottom: 20px;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}

#banner-fade,
#banner-slide{
	margin-bottom: 20px;
}

ul.bjqs-controls.v-centered li a{
	display: block;
	padding: 10px;
	
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background-image: url(img/bg_opaque.png);
	background-repeat: repeat;
}
