/* 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;
}


.container{
	max-width:940px;
	margin:0 auto;
	padding-bottom:10px;
}


.banner-slider{
	/*margin-bottom: 60px;*/
	margin-bottom: 30px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#666;
	opacity:.75;
	color:#000;
	text-decoration: none;
	font-size:100%; font-family:"Courier New", Courier, monospace;
/*	background-image:url(../img/bulta.png);
*/}

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

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#333;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

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

