
pre{
	font-family: tahoma;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 12px;
	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:80px;
}

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

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
{
     font:18px b nazanin, tahoma;
	padding:0px 9px;
	background: #ffffff;
	border:1px solid #0d2f88;
	color:#0d2f88;
	margin:4px;
	text-decoration: none;
	border-radius: 30px;
	opacity:0.8;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #0d2f88;
	color:#ffffff;
	opacity:1;
}

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