/* 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;
}

h2{
	font-size: 48px;
}

pre + h2{
	margin-top: 80px;
}

#container{
	max-width:620px;
	margin:0 auto;
	padding-bottom:80px;
}
.bjqs-wrapper
{
    height: 205px !important;
    left: 30px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    top: 20px;
    width: 570px !important;
    /*margin: 20px 10px;
    width: 610px !important;
    height:195px!important;*/
    }
#banner-fade,
#banner-slide{
	margin: 0 25px 30px;
	direction:ltr;
	max-width:685px!important;
	background:url(../images/CurrentIssue.jpg) no-repeat 8px 0px;
	width:630px;
	height:255px !important;
}

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{
	background: url(../images/inactive.jpg) no-repeat center center;
	width:14px;
	height:14px;
	padding:5px 2px;
}

ol.bjqs-markers li.active-marker a /*,
ol.bjqs-markers li a:hover*/{
	background: url(../images/active.jpg) no-repeat center center;
	width:14px;
	height:14px;
	padding:5px 2px;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}