/* Basic jQuery Slider essential styles */

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

ul.bjqs-controls{
	list-style:none;
	margin:0;
	padding:0;
	z-index:9999;
	display: block;
	background-image: url(../images/slidernext.png);
}

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

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

#banner {
	height:266px;
	width:710px;
	position:relative;
	background:#fff;



	border:;
	box-shadow:0 0 50px rgba(0,0,0,0.5);
	margin-top: 0;
	margin-bottom: 5px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}

 ul.bjqs-controls li a{
	display:none;
	padding:5px 10px;
	position:absolute;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	background-color: #fff;
	background-image: url(../images/slidernext.png);
	background-repeat: no-repeat;
	background-position: center center;
}

a.bjqs-prev{
	left:-40px;
}

a.bjqs-next{
  right:-40px;
  
}

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

 ol.bjqs-markers{
	position:absolute;
	bottom:-25px;
	text-decoration: none;
	
}

 ol.bjqs-markers li{
	float:left;
	display: block;
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
}

 ol.bjqs-markers li a{
	background-image: url(../images/slideroff.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 21px;
	display: block;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a{
	background-image: url(../images/slideron.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 21px;
	display: block;
	list-style-image: none;
	list-style-type: none;
}
ul:li {
	list-style-image:url(../images/list.png);
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
img {
	border:0px;
}
