﻿/*! http://responsiveslides.com v1.54 by @vailjamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  max-height: 580px;
  overflow: hidden; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  position: relative;
  z-index: 100;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

.rslides .caption {
  position: absolute;
  z-index: 500; 
  top: 21%;
  width: 100%;
  text-align: center; }
 
.rslides .caption img {
  width: auto;
  max-width: 350px; 
  height: 71%;
  margin: 0 auto;
  float: none; }

#pager { position: relative; }

.rslides_tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 999; }

.rslides_tabs li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  padding: 0;
  background: url(/Images/Location/pagination.png) 0 0 no-repeat;
  background-size: 12px auto; }

.rslides_tabs a {
  display: block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px; }

.rslides_tabs li:first-child { margin-left: 0; }

.rslides_tabs .rslides_here { background: url(/Images/Location/pagination.png) 0 -12px no-repeat; background-size: 12px auto; }

@media only screen and (max-width: 700px)  {

	.rslides li { height: 280px; }

	.rslides img { height: 280px; width: auto; max-width: none;

}
