.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	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: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif; 
	position: absolute;
	z-index: 2;
	font-size: 330%;
	line-height: 1.1em;
	text-shadow: none;
	color: #001738;
	background: #FFF;
	background: rgba(255, 255, 255, 0.6);
	right: 0px;
	top: 26%;
	padding: 10px 20px;
	margin: 0;
	max-width: 75%;
	height: auto;
}


#slideshow  {
	
	
	
}


/* BREAKPOINT 640px */

/* 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 .caption {
	display: block;
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif; 
	position: absolute;
	z-index: 2;
	font-size: 140%;
	line-height: 1.1em;
	text-shadow: none;
	color: #001738;
	background: #FFF;
	background: rgba(255, 255, 255, 0.6);	
	right: 0px;
	top: 40%;
	padding: 10px 20px;
	margin: 0;
	max-width: 90%;
	height: auto;
}
}
