/*! http://responsiveslides.com v1.32 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/*
	Daniel Scully
	Remove styling from the main T2K stylesheet
	and apply the caption style.
*/
.rslides img {
  border-radius:0;
  margin:0;
  max-width:100%;
  }
.rslides p {
  background-color:#282828;	/*rgb(40,40,40);*/
  color:white;
  font-family:'Droid Sans', sans-serif;
  line-height:3em;
  margin:0;
  padding:0 1em;
  text-align:center;
  }
