﻿#slides {
overflow: hidden;
width: 100%;
}

#slides ul {
list-style: none;
width:100%;
margin: 0;
padding: 0;
position: relative;
}

 #slides li {
width:100%;
float:left;
text-align: left;
position: relative;
font-family:lato, sans-serif;
}

 .btn-bar{
    margin: 0 auto;
    display: block;
    width: 100%;
}

 #buttons {
padding:0 0 5px 0;
}

#buttons a {
text-align:center;
display:block;
float:left;
text-decoration:none;
display:block;
padding:9px;
}

a#prev:hover, a#next:hover {
color:#000;
}
