/* 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;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{
	right:15px;
	background-image: url("/css/images_site/rightArrow.png");
	background-repeat: no-repeat;
	width: 19px;
	height: 55px;
	direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
}
ul.bjqs-controls.v-centered li.bjqs-next a:hover{
	background-image: url("/css/images_site/rightArrowHover.png");
}
ul.bjqs-controls.v-centered li.bjqs-prev a{
	left:15px;
	background-image: url("/css/images_site/leftArrow.png");
	background-repeat: no-repeat;
	width: 19px;
	height: 55px;
	direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
}

ul.bjqs-controls.v-centered li.bjqs-prev a:hover{
	background-image: url("/css/images_site/leftArrowHover.png");
}

ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: right;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{
	display:inline-block;
	width: 15px;
	height: 15px;
	background-color: #999999;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    margin-left: 8px;
    color: #999999;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background-color: #FFF;
	color: #FFF;
}

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

ol.bjqs-markers{
	position: absolute;
	top: 10px;	
	left: -33px !important;
}

.newsContentTop{
	text-decoration: none;
	line-height: 15px;
	position: absolute;
	bottom: 0;
	padding: 20px 13px 13px 8px;
	background-image: url("/css/images_site/topbg.png");
	background-repeat: repeat;
}

.news_top a{
	text-decoration: none;	
	font-size: 12px;
}

.newsContentTop .titleNewsTop,
.news_top a .titleNewsTop{
 	font-weight: normal;	
 	color: #fff;
 	font-size: 45px;
 	font-family: 'bebas_neueregular';
 	color: #cccccc;
 	text-transform: uppercase;
 	line-height: 30px;
}

.newsContentTop .titleNewsTop span,
.news_top a .titleNewsTop span{
	color: #ffffff;
	font-size: 25px;
	text-transform: uppercase;
}

.newsContentTop,
.news_top a{
	color: #fff !important;	
} 