/* Basic jQuery Slider essential styles */
.slider_container {
	width:943px;
	height:340px!important;
	float:left;
	clear:both;
	position:relative;
	
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
ul.bjqs {
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	
}
li.bjqs-slide {
	display:none;
	position:absolute;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
ul.bjqs-controls {
	list-style:none;
	margin:0;
	padding:0;
	z-index:9999;	
	
	
}
ol.bjqs-markers {
	margin:0;
	padding:0;
	z-index:9999;
	display:block;
	width:auto;
	height:35px;
	float:left;
	clear:both;
	margin:10px auto;
	position:relative;
	
}
ol.bjqs-markers li {

	display:inline;
}
p.bjqs-caption {
	display:block;
	width:96%;
	margin:0;
	padding:2%;
	position:absolute;
	bottom:0;
}
ol.bjqs-markers li a {
	float:left;
	display:block;
	height:15px;
	width:15px;
	font-size:13px;
	background:#67af29;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right:10px;
    text-indent:-999em;
}
ol.bjqs-markers li.active-marker a, ol.bjqs-markers li a:hover {
	background-color:#013581!important;
}
ul.bjqs-controls .bjqs-next  {
	right:5px;
	width:54px;
	height:54px;
	background:url(../images/next.png) no-repeat top;
	text-indent:-999em;
	position:absolute;
	
}
ul.bjqs-controls .bjqs-next:hover {
	background:url(../images/next.png) no-repeat bottom;
}
ul.bjqs-controls .bjqs-prev  {
	left:5px;
	width:54px;
	height:54px;
	background:url(../images/prev.png) no-repeat top;
	position:absolute;
	text-indent:-999em;
}
ul.bjqs-controls .bjqs-prev:hover {
	background:url(../images/prev.png) no-repeat bottom;
}
.lista1 li{
	padding-left:20px;
	background:url(../images/bullet.jpg) no-repeat left top;
	padding-bottom:4px;
}