/* Basic jQuery Slider essential styles */

ul.bjqs {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
}
li.bjqs-slide {
	position: absolute;
	display: none;
}
ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
	display: none!important;
}
ul.bjqs-controls.v-centered li a {
	position: absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
	background-position: -30px 0;
	right: 15px;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: 15px;
}
ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
 
	position:relative;
	 
}
ol.bjqs-markers.h-centered {
	text-align: right;
	padding-right:45px;
}
ol.bjqs-markers li {
	display: inline;
	 text-align:left; overflow:hidden;
}
ol.bjqs-markers li a {
	display: inline-block;
	height:10px; text-indent:-9999em;
	width:10px; 
	background:#77787b; 
	overflow:hidden;
	border-radius:25px; 
	margin:0 2px;
}
ol.bjqs-markers li.active-marker a{ background:#e6273b}
p.bjqs-caption {
	display: block;
	width: 96%;
	margin: 0;
	padding: 2%;
	position: absolute;
	bottom: 0;
}
ul.bjqs-controls.v-centered li a {
	display: block;
	padding: 10px;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	opacity: 0;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#banner-fade:hover ul.bjqs-controls.v-centered li a {
	opacity: 1;
}
.beef-template #banner-fade, .beef-template #banner-fade ul, .beef-template #banner-fade ul li, .beef-template #banner-fade ul li img{
	max-height:214px!important;
}
