#homeslideshow {
	position: relative;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 0 1.6em 0;	
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  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;
  }
  
.rslides div.bannertext {
	background-color: #909090;
	color: #000;
	position: absolute;
	bottom:40px;
	right:0;
	margin-bottom: 0;
	width: 30%;
	padding:0.7em 0;
	font-family: 'Crimson Text', serif;
	
 } 
 
 .rslides div.textborder {

	
	text-align: right;
	right:0;
	margin: 0 5%;
	padding:0.7em 0;
	
	border-bottom: 4px solid #dcc903; 
	
 } 
 .rslides div h2{
	
	font-size: 180%;
	padding-bottom: 0;
	margin: 0;
 }
 .rslides div p{
	
	font-size: 120%;
 }
 .centered-btns_tabs a, .transparent-btns_tabs a, .large-btns_tabs a {
  background: none repeat scroll 0 0 rgba(220, 201, 3, 0.2);
  border-radius: 15px 15px 15px 15px;
  display: inline-block;
  height: 12px;
  overflow: hidden;
  text-indent: -9999px;
  width: 12px;
}
.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs {

  text-align: center;
  position: absolute;
  z-index: 1000;
   margin-left: 5.10204%;
    margin-top: -75px;
  left:0;
}


.centered-btns_tabs li, .transparent-btns_tabs li, .large-btns_tabs li {
  display: inline;
  float: none;
  margin-right: 8px;
}


.centered-btns_here a, .transparent-btns_here a, .large-btns_here a {
  background: none repeat scroll 0 0 rgba(220, 201, 3, 0.8);
}
@media screen and (max-width:380px) {


.rslides p {
	position: relative !important;
	background: none !important;
	
}

#homeslideshow {
	background-color: #005871 !important;
	
}

#homeslideshow .rslides a {
	text-decoration: none !important;
	margin-top: 1em !important;
}

#homeslideshow img {
	float: none;
}



}	/* end of media 380 */	 