body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3em;
}

.container {
  width: 90%;
  float: left;
  margin: 30px 0 0 30px;
  max-width: 798px;
}

.cycle-slideshow {
  width: 100%;
  height: auto;
}

.cycle-slideshow img {
  width: 100%;
  height: auto;
}

.caption2 {
  color: #888;
  display: block;
  width:100%;
  text-align:center;
}

.slides {
  max-height: 990px;
  margin: 0 auto;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  color:#f00;
}

.ital {
  font-style: italic;
}

@media screen and (max-width: 640px) {

  .container {
    width:98%;
    margin: 30px 0 0 5px;
    max-width: 992px;
    float: none;
  }

}