/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{display:none;position:absolute;}

ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}

ol.bjqs-markers{list-style:none;margin:0;padding:0;z-index:9999;}
ol.bjqs-markers li{float:left;}

p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

/* demo styles */


#container{
	width: 100%;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
	background-color: #6D6E71;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 5px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0B9444;
	border-bottom-color: #0B9444;
}

#banner {
	height:350px;
	width:960px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
ul.bjqs-controls li a{
	display: block;
	position: absolute;
	color: #0B9444;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	font-size: 0px;
	margin-top: -20px;
	z-index: 100000;
}
a:hover.bjqs-prev{
	left:0;
	background-image: url(imagesstr/left.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 220px;
	width: 35px;
	z-index: 10000;
	margin-top: -150px;
}
a.bjqs-next{
	right:0;
	background-image: url(imagesstr/right.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 10000;
}

 p.bjqs-caption{
	background: rgba(0,0,0,0.7);
	color: #0B9444;
	text-align: center;
}

 ol.bjqs-markers{
	position:absolute;
	top: 10px;
	right: 10px;
}

 ol.bjqs-markers li{
  float:left;
  margin:0 3px;
}

 ol.bjqs-markers li a{
	display:block;
	height:10px;
	width:10px;
	border:0px solid #151515;
	overflow:hidden;
	text-indent:-9999px;
	border-radius:10px;
	box-shadow:0 0 50px rgba(0,0,0,0.5);
	background-color: #999;
}

ol.bjqs-markers li.active-marker a{
	background-color: #0B9444;
}
