/*----- slider ----*/
.slider-wrapper{
	position: relative;
}
.rs-wrap{
	width: auto !important;
}
.rs-slider > li img{
	max-height: none;
	width: 100%;
	margin: 0 auto;
}
.rs-caption {
	overflow: hidden;
	font-size: 20px;
}
.rs-caption h3{
	margin: 0;
}
.rs-caption.rs-bottom-right{
	background: rgba(0,0,0,.5);
	padding: 15px;
}

div.slider-nav span {
	width: 78px;
	height: 100px;
	text-indent: -9999px;
	position: absolute;
	z-index: 1000;
	top: 50%;
	margin-top: -50px;
	cursor: pointer;
}
div.slider-nav span{
	background: #F26649;
}
div.slider-nav span.right {
	background: url(../img/right-arrow.png);
	right: 0;
}
div.slider-nav span.left {
	background: url(../img/left-arrow.png);
	left: 0;
}
.slide-dots{
	position: absolute;
	z-index: 1000;
	left: 0;
	bottom: 0;
	padding: 5px;
	background: rgba(0,0,0,.5);
}
.slide-dots span{
	width: 20px;
	height: 20px;
}
.slide-dots span.active{
	color: #F26649;
}