#sliderHolster{
	display: block !important;
	margin: 0px !important;
	padding: 0px !important;
	clear: left !important;
	float: left !important;
	height: auto !important;
	width: 100% !important;
}

.slide{
	margin: 20px 0px 0px  !important;
	padding: 0px;
	height: auto;
	min-width: 300px !important;
	max-width: 1400px !important;
	width: 100% !important;
	clear: left;
	float: left;
}
.sliderTitle{
	font-size: 3.25em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	position: absolute;
	z-index: 8;
	right: 0px;
	font-family: 'Homenaje', sans-serif !important;
	line-height: 1;
	text-align: left;
	vertical-align: middle;
	width: 420px;
	text-shadow: 0px 0px 10px #000;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	height: 50px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 2px;
	display:none;
}
.bjqs-caption{
	display: none;
	width: 420px;
	padding: 0%;
	position: absolute;
	right: 0px;
	margin-top: 110px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	top: 0px;
	z-index: 1;
	line-height: 1.75;
	color: #FFFFFF !important;
	font-size: 1.1em;
}
#banner-fade{
	height: auto !important;
	box-shadow: 0px 0px 10px  black;
	border: 5px solid #FFF;
	margin: 35px 0px 0px !important;
	padding: 0px;
	clear: left !important;
	float: left !important;
	width: 100% !important;
	display: block !important;
}
 #banner-slide{
	padding: 0px;
	clear: left;
	float: left;
	height: auto;
	width: 100%;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Basic jQuery Slider essential styles */

.bjqs{
	position: relative;
	list-style: none;
	padding: 0;
	/* overflow: hidden; */
	display: none;
	/* box-shadow: 0px 0px 10px #333; */
	width: 100%!important;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	clear: left;
	float: left;
}
.bjqs-slide{
	position: absolute;
	display: none;
	height: auto;
	overflow: hidden !important;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 100%;
}
.bjqs-slide a {
	width: 100% !important;
	float: left!important;
	clear: left!important;
	height: auto!important;
	margin: 0px;
	padding: 0px;
	clear: left;
	position: absolute;
	z-index: 8;
	max-height:400px !important;
}
.bjqs-slide a img{
	width:100% !important;
	height:auto !important;
	
	box-shadow: 0px 0px 5px black;
	margin: 0px;
	padding: 0px;
}

.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
.bjqs-controls.v-centered li a{position:absolute;}
.bjqs-controls.v-centered li.bjqs-next a{right:0;}
.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
.bjqs-markers{
	list-style: none;
	padding: 0;
	width: 100%;
	float: left;
	clear: left;
	z-index: 99999;
	margin: 0px;
	display: block;
}
.bjqs-markers.h-centered{
	text-align: right;
}
.bjqs-markers li{display:inline;}
.bjqs-markers li a{
	display: inline-block;
	color: transparent !important;
	text-indent: -9999px  !important;
	overflow: hidden;
}


.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

.bjqs-markers li a{
	padding: 0px;
	background: #000;
	color: #fff;
	margin: 5px;
	text-decoration: none;
	text-indent: -9999px;
	height: 15px;
	width: 15px;
	/* overflow: hidden; */
	border-radius:5px;
}
.bjqs-controls{display:none;}
.bjqs-markers li.active-marker a,
.bjqs-markers li a:hover{
	background: #fff;
	box-shadow: 0px 0px 3px black;
}
/* IE7.hk */
.active-marker a,  .bjqs-markers li a:hover{background: #fff !important;}
.slider-readmore{
	font-size: 1em;
	line-height: 2em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	clear: right;
	float: right;
	margin-top: 250px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: -25px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-radius:3px;
	background-color: #FF6600;
}


