/*
 * Theme name: Responsive - slider elements
 * Author: Chappell Creative Inc.
 * Author URI: http://chappellcreative.com
 * Version: 1.0
 */


.rslides {
	margin: 0 auto;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 70%;
	padding: 0;
	margin: 0 0 25px 0;
	-webkit-box-shadow: 0px 5px 9px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 9px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #FFF;
	display: block;
	float: left;
}
.ie6 .callbacks, .ie7 .callbacks, .ie8 .callbacks {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding:0;
}
.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
	max-height:500px;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 0.9em;
	line-height:1.1em;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0,0,0, .6);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 25px;
	margin: 0;
	max-width: none;
}
.ie6 .callbacks .caption, .ie7 .callbacks .caption, .ie8 .callbacks .caption {
	text-shadow: none;
	background: url(../images/caption_bg.png) repeat;
}
.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;
	margin:0;
	padding:0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	max-width: 100%;
	border: 0;
}