.bg_rslides {
	margin: 0 auto; }

 
.fullsize { z-index:-999; }
.fullsizeWrap { position:static; }

.bg_rslides li {
	-webkit-backface-visibility: hidden;
     overflow: hidden;
	display: none;
	left: 0;
	top: 0;
}

.bg_rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.bg_rslides img {
	display: block;
	height: auto;
	float: left;
	border: 0;
}

div.caption {
	position: absolute;
	display: block;
	z-index: 2;
	color: #fff;
	padding: 10px 20px;
	margin: 0 auto;
}

.leftCom {
	text-align: left;	
	left: 10%;
	top: 40%;
	line-height: 0.8em;
}

.centCom {
	text-align: center;
	width: 95%; 
	line-height: 2.5em;}

span.butCent {
	display: inline;
	margin: 0 auto;
	padding: 10px 25px;
	color: #fff;
	font-size: 0.6em;
	background: #45abc5;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.caption p {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 0.6em;
	margin-top: 20px;
}

  .caption h2 {
	color: #fff; 	
	line-height: 1.2em;
}


/**** SLIDER RESPONSIVE ****/

.bg_rslides {
    margin: 0 auto; }

.bg_rslides img {
    width: 100%; }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 2%;
  opacity: 0;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
  width: 50px;
  background: transparent url(../images/themes.png) no-repeat left center;  }

.centered-btns_nav:hover {
opacity: 1; }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right center;
  right: 2%;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url(../images/themes.png) no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
	padding-top: 20px;
	text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 15px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  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: 25px;
  height: 25px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #fff;
  background: rgba(256,256,256, .8);
  }

  .backslider {
	width: 400px;
	height: 300px;
	top: 20%;
	display: block;
	background: #089885;
	color: #fff;
  }