.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	/*width: 100%;*/ 
	max-width: 960px;
	padding: 0;
	margin: 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 .caption {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 2;
	font-size: 22px;
	line-height: 1.1em;
	text-shadow: none;
	color: #fff;
	left: 0px;
	top: 40px;
	padding: 10px 20px;
	margin: 0;
	max-width: 55%;
	height: auto;

}
#slideshow  {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;	
	background-color:#A50027;
	
}

.rslides li .caption h2 {
	font-family: 'avalonbold';
	color: #ffffff;
	font-size: 29px;
	line-height: 39px;
	margin-bottom: 10px;
	
}
.rslides li .caption h3 {
	font-family: 'avalonplain';
	color: #ffffff;
	font-size: 17px;
	font-weight:normal;
	margin-bottom: 10px;
	
}
.rslides li .arrow-list {
	padding: 0px;
	list-style-type: none;
	background-image: url(../../themes/simple/images/search-white.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 9px;
	padding-left: 42px;
	display: block;
	font-family: 'avalonbold';
	font-size: 18px;
	color: #FFFFFF;
	
}
.rslides li .arrow-list a {
	font-family: 'avalonbold';
	font-size: 18px;
	color: #FFFFFF;
	
}
.rslides li .arrow-list a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
	
}



@media only screen and (max-width: 890px) {
.rslides li img {
	display: none;
}
.rslides li .caption {
	max-width: 100%;
	
}
.rslides {
	min-height: 270px;
	

}
}

/* when changing the breakpoint below, change it ito the same value in the script.js file as well */
@media only screen and (max-width: 640px) {
.rslides li img {
	display: none;
}
.rslides li .caption {
	max-width: 100%;
	
}
.rslides {
	min-height: 340px;
	
	

}
}
