@import url('http://fonts.googleapis.com/css?family=Ubuntu:400,700');

/** page structure **/
#wrapper {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  padding: 15px 30px;
}

#imgrotate {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  min-height: 250px;
}
#imgrotate li {
  position: relative;
  display: block;
}

#imgrotate li .caption {
  position: absolute;
  top: 25px; 
  left: 40px;
  font-weight: bold;
}
#imgrotate li .caption a {
  display: block;
  font-size: 1.2em;
  padding: 7px;
  color: #486680;
  background: rgba(255,255,255,0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#imgrotate li .caption a:hover {
  color: #6184a1;
}

/** slidr CSS updates **/
.slidr-control.right {
  width: 40px !important;
  padding-right: 5px !important;
}

.slidr-control.left {
  width: 40px !important;
  padding-left: 5px !important;
}


/** responsive media queries **/
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 2.0em;
  }
  
  #imgrotate li .caption {
    top: 10px;
  }
}