/*! http://responsive-slides.viljamis.com v1.20 by @viljamis */


/* SLIDESHOW
--------------------------------------------- */

/*
#interiorslides {
  float:left;
  width:350px;
  margin-left:2.5%;
}

#exteriorslides{
  float:right;
  width:350px;
  margin-right:2.5%;
}
*/

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

.rslides_container1 {
  margin: 40px 0 0px 5px;
  position: relative;
  float: left;
  width: 400px;
  }

.rslides_container2 {
  margin: 40px 5px 0px 0;
  position: relative;
  float: right;
  width: 400px;
  }
  
 .rslides_container3 {
  padding:15px 0;
  }
  
.rslides li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

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

.rslides1_nav, .rslides2_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 180px;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.rslides1_nav:active, .rslides2_nav:active {
  opacity: 1.0;
  }

.rslides1_nav.next, .rslides2_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.rslides1_nav:focus, .rslides2_nav:focus{
  outline: none;
  }

#slides3 {
	width:100%;
	font:14px/20px Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
}

#slides3 li {
	height:50px;
}

#snippet {
	padding:5px;
	font-size:10/15;
}
#quotation {
	padding:5px;
	font-size:10;
	line-height:1.1em;
	font-style:italic;
}

#quotation span{
	font-style:normal;
	color:#d46d3b;
	font-variant:small-caps;
	padding-left:5px;
}

/* PAGINATION (you can edit/remove this part)
--------------------------------------------- */

.rslides_tabs {

  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.rslides_tabs a {
  -webkit-tap-highlight-color: rgba(0,0,0,.01);
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  background: #999;
  cursor: pointer;
  display: block;
  color: #fff;
  width: 44px;
  }
  
.rslides_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }
  
.rslides_here a {
  background: #000;
  }
  
 .rslides_tabs .rslides_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }

  .rslides_tabs {
  margin-top: 10px;
  text-align: center;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.rslides_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ddd;
 
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.rslides_tabs .rslides_here a {
  background: #45a16a;
 
  }