/* Demo CSS - You do not need this css in your own slider */

body{
	font-family: "Open Sans", helvetica, arial;
}

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;
}

#banner-slide
{
	margin-bottom: 60px;
	float: right;
	height: 250px;
	width: 620px;
	margin-right: 25px;
	margin-top: 15px;
	background-color: #fffff;
	border: 12px solid #ffffff;
	/*inner glow*/
	-webkit-box-shadow: inset 1px 1px 10px 1px rgba(109, 162, 205, .5);
	box-shadow: inset 1px 1px 10px 1px rgba(109, 162, 205, .5);
	/*border radius*/
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: #ffffff;
	height: 10px;
	text-align: right;
	width: 600px;
	color: #666;
	font-size: 15px;
}
