

pre{

	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:910px;
	margin:0 auto;
	padding-bottom:80px;
}

#container2{
	max-width:910px;
	margin:0 auto;
	padding-bottom:80px;
}

#banner-fade,
#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:rgba(255, 255, 255, 0.65);
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover {
    background: #2f3191 none repeat scroll 0 0;
    color: #fff !important;
}

ol.bjqs-markers li a {
    background: none repeat scroll 0 0 #999;
    border-radius: 4px;
    color: #fff !important;
    margin: 3px;
    padding: 2px 8px;
    text-decoration: none;
}

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

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