/* Basic jQuery Slider essential styles */

ul.bjqs {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
}
li.bjqs-slide {
	position: absolute;
	display: none;
}
li.bjqs-slide img.mainImage {
	width :465px !important;
	height: 338px !important;
		box-shadow: 0 0 10px #ccc;

	}
ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
	position: relative;
	bottom: 300px;
}
ul.bjqs-controls a {
	
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background: black;
	opacity: 0.5;
	width: 20px;
	text-align: center;
	padding: 10px;
}
ul.bjqs-controls.v-centered li a {
	position: absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
	right: 0;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: 0;
}

ol.bjqs-markers {
	list-style: none;
padding: 5px 0 0 0;
margin: 0;
width: 233px;
height: 20px;
border-radius: 0 0 5px 5px;
position: absolute;
bottom: 13px;
left: 14px;
text-align: center;
}
*:lang(ar) ol.bjqs-markers {
	right: 14px;
	left: inherit;

}
ol.bjqs-markers.h-centered {
	text-align: left;
	bottom: 48px;
	padding-left:25px;
	position: relative;
	z-index: 99;
}
ol.bjqs-markers li {
	display: inline-block;
	background: rgba(240,240,240,0.4);
	border-radius: 6px;
	margin: 2px;
	padding: 0px;
	vertical-align: top;
}
ol.bjqs-markers li a {
	font-size: 0;
	color: white;
	padding: 6px;
	position: relative;
	display: block;
}
ol.bjqs-markers .active-marker {
	background: rgba(240,240,240,1);
}
div.bjqs-caption-block{
	display: block;
margin: 0;
padding: 0 14px;
position: absolute;
bottom: 0;
width: 233px;
height: 344px;
left: -14px;
background: url(../images/greentopper.png) no-repeat top;
}
*:lang(ar) div.bjqs-caption-block{
	right: -14px;
	left: inherit;

}
div.bjqs-caption-block h2{
margin: 0 0 7px 0;	
	color: #fff;
	font-size: 15px;

}
div.bjqs-caption-block p{
margin: 15px 0 0  0;
font-weight: 300;
 color: #fff;
}

margin: 0 0 15px 0;	
}
p.bjqs-caption {
	
}
.d-holder{
	height: 100%;
	width:88%;
	border-radius: 0 0 5px 5px;
	padding: 0 6%;
}
*:lang(ar) .d-holder{
	direction: rtl;
  text-align: right;
 }
#banner-slide{
height: 270px;
min-width: 710px;
position: relative;
display: inline-block;
padding: 0 14px 17px 14px;
background: white;
bottom: 10px;
border-radius: 0 0 10px 10px;
	margin: 0 5px 0 0;
box-shadow: 0 1px 3px #333;
}
*:lang(ar) #banner-slide{
margin:0 0 0 5px;
}
.themore{
	color: #fff;
	font-size: 10px;
	 border-radius:5px;
    padding:3px;
}