#slider {width: auto;z-index:9;}
.section5 #controls{position:absolute;width:100%;display:block;left:0;top:0;height:100%;text-align:center;z-index:99;}
.section5 ol {margin:0 0;padding:0;width:70%;text-align:center;position:absolute;right:0;bottom:20%;}
.section5 ol li{margin:0 4px 0 4px; padding:0;display:inline-block;list-style:none;height:16px;}
.section5 ol li a{width:32px;height:32px;font-size:0;display:inline-block;background:#fff;font:normal 16px 'montserratregular';color:#a1acbf;border-radius:50%;text-align:center;line-height:32px;}
.section5 ol li.current a{background:#52d160;color:#fff;}
.section5 ol li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}

.graphic, .prevBtn, .nextBtn{margin:0;padding:0;display:block;overflow:hidden;}

.prevBtn, .nextBtn {display:block;width:30px;height:31px;background-color:#fff;border-radius:50%;cursor:pointer;position:absolute;-webkit-box-shadow: 0px 2px 7px 2px rgba(247,248,250,1);
-moz-box-shadow: 0px 2px 7px 2px rgba(247,248,250,1);
box-shadow: 0px 2px 7px 2px rgba(247,248,250,1);}	
.nextBtn{left:42%;top:50%;}														
.prevBtn {left:29px;top:50%;}
.nextBtn:before{position:absolute;content:'\f105';left:0;top:0;text-align:center;color:#bdc4d2;font-size:22px;text-align:center;width:100%;line-height:31px;}
.prevBtn:before{position:absolute;content:'\f104';left:0;top:0;text-align:center;color:#bdc4d2;font-size:22px;text-align:center;width:100%;line-height:31px;}


pre {white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
.slider_content{max-width:900px;margin:0 auto;position:relative;}
.slider_text{width:100%;position:absolute;background-color:#fff;height:200px;opacity:0.4;left:0;top:0;}

@media(max-width:767px){
.nextBtn{left:inherit;right:0;float:right;position:relative;margin-right:29px;top:10px;}
.prevBtn{top:10px;}
.section5 ol{bottom:20px;width:100%;}
}