.responsive-slider {
	/* background:url(../images/shadow.png) bottom center no-repeat; */
	/* background-size:100% 30px; */
	/* padding-bottom:20px; */
}
.responsive-slider ul {
	padding:0;
}
.responsive-slider .headcolor {
	width:100%; height:20px; position:absolute; background:#ddd;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.responsive-slider ul li {
	list-style:none; display:none;
}
.responsive-slider ul li .rs-caption {
	position:absolute; margin-top:-20%; background:rgba(0,0,0, .6); padding:10px 20px; right:0;
}
.responsive-slider ul li .rs-caption h1 {
	color:#fff;  font-size:36px; font-weight:400; text-shadow:0 1px 2px rgba(0,0,0,1);
}
.responsive-slider ul li .rs-caption p {
	color:#fff; font-size:14px;  font-weight:300; text-shadow:0 1px 2px rgba(0,0,0,1);
}
.responsive-slider ul li .rs-caption .btn {
	color:#fff; font-weight:300; font-style:italic;
}
.controls {
	margin:-70px 0 0 20px; z-index:999999; position:absolute;
}
.btnPrev, .btnNext {
	font-size:80%; text-align:center; text-shadow:0 1px 2px rgba(0,0,0,.9); width:5%; height:10%; cursor:pointer;
}
.btnPrev {
	background:url(../images/controls.png) center no-repeat; background-position:0 0; width:45px; height:45px; display:inline-block;
}
.btnNext {
	background:url(../images/controls.png) center no-repeat; background-position:-45px 0; width:45px; height:45px; display:inline-block;
}
.page-controls {
	position:absolute; right:20px;
}
.page-controls ol li {
	display:inline-block; background-color:#333; color:#fff; width:20px; height:20px; text-align:center; cursor:pointer;  font-weight:100;
}
.page-controls ol li.active {
	background-color:#ccc; color:#333; font-weight:bold;
}

@media screen and (max-width: 800px) {
    .responsive-slider ul li .rs-caption h1 {
		font-size:16px; font-weight:300;
	}
}