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

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0px;
  }

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

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

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
.rslides ul{
  margin: 0 0 0 0 !important;
  list-style-type: none !important;
  -webkit-margin-before: 0 !important;
  -webkit-margin-after: 0 !important;
  -webkit-margin-start: 0 !important;
  -webkit-margin-end: 0 !important;
  -webkit-padding-start: 0 !important;
 }

  .rslides ul li{
  line-height: 0px !important;
  list-style-type: none !important;
  }
  
  .navbar{
  margin-bottom:0 !important;
  }
 /*EDITED SITEGIANT */
  .rslides_nav.prev {
		position:absolute;
		z-index:2;
		display: block;
		text-indent: -9999px;
		border: 0;
		left: 10px;
		top: 46%;
		cursor:pointer;
  }
   .rslides_nav.next {
		position:absolute;
		z-index:2;
		display: block;
		text-indent: -9999px;
		border: 0;
		right: 10px;
		top: 46%;
		cursor:pointer;
  }
 /* END EDITED SITEGIANT */