.wide-container {
	
	width: 100%;
	height: 318px;
	margin 0 0;
 	background-color: #1b4964;/*#0795d3;*/
  border-bottom:2px solid #1b4964;/*#3ea5bc;*/
  z-index:1;     
}

#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {  margin: 0 auto;  position: absolute;  z-index: 3;  top: 46%;  width: 100%;}
.slides-navigation a {	position: absolute;	display: block;	width: 25px;	height: 50px;	background: #222;	border-radius: 0;	margin: 0;	padding: 0;	border: 0;	top: 45%;	line-height: 40px;	color: white;	opacity: 1;	font-family: 'Quicksand', 'Helvetica', sans-serif;	font-size: 60px;	font-weight: 100;	text-decoration: none;	text-align: center;}
.slides-navigation a:hover {	background: #eb5c32;}
.slides-navigation a.prev {  left: 15px;}
.slides-navigation a.next {  right: 15px;}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}
