#no-slider {
	margin: 15px 0;
}
.slider-container {
	position: relative;
	overflow: hidden;
	margin-bottom: -1px;
}
.slider ul
{
	padding:0;
	margin:0;
}
.slider {
	max-width: 100%;
	margin: auto;
	background-color: rgba(0,0,0,0.0);
	/* Custom content scroller options */
	position:relative; 
	overflow: hidden;
	width:100%; 
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}
.slider ul,
.image_container {
	overflow: hidden;
}
.slider ul li {
	color: #FFFFFF;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}
.image_container img {
	/* height: 100%; */
	width: auto;
	margin: 0;
	/* Custom content scroller options */	
	max-width: none;
	display: inline-block;
} 
.slider img:first-child {
	margin-left:0;
}
.slider img:last-child {
	margin-right:0;
}
.byline {
	text-transform: uppercase;
	width: 100%;
}

.mCSB_horizontal > .mCSB_container {
	margin-bottom: 0px !important;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
	height: 5px !important;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	height: 6px !important;
}
#front-slider .image_container img {
	max-height: 630px;
}
#front-slider .image_container {
	overflow: hidden;
	height: 630px;
}

/* Byline */
#front-slider .byline {
	background-color: #FFF;
	background-color: rgba(221, 220, 218, 0.2);
	bottom: 0px;
	height: 100px;
	position: absolute;
	text-align: center;
	z-index: 10;
}
#front-slider .byline span {
	margin: 10px 0 0;
	padding: 0 20px;
	display: inline-block;
	font-family: "questrial_regular", "Helvetica Neu", Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 1.65px;
	font-size: 11px;
	color: #FFF;
	vertical-align: bottom;
	text-rendering: geometricPrecision;
	height: auto;
	position: relative;
	z-index: 9999;
}
/* Controls */
#front-slider .byline ul {
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 15px;
}
#front-slider .byline ul li {
	display: inline-block;
	height: 50px;
	margin: 0;
	padding: 0;
	width: 50px;
	margin: 0 2px;
}
#front-slider .byline ul li a {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	/* Background color */
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 200px 200px 200px 200px;
}
#front-slider .byline ul li.left-control a {
	background-image: url('../images/arrow-left.png');
	background-size: auto 50%;
	background-position: 46% center;
}
#front-slider .byline ul li.center-control a {
	background-image: url('../images/arrow-down.png');
	background-size: 50% auto;
	background-position: center center;
}
#front-slider .byline ul li.right-control a {
	background-image: url('../images/arrow-right.png');
	background-size: auto 50%;
	background-position: 56% center;
}
#scrollToMe
{
	margin-right:-1px;
}
/***** Page slider  *****/
#page-slider .image_container img {
	max-height: 490px;
}
#page-slider .image_container {
	height: 100%;
	max-height: 490px;
}

/* Byline */
#page-slider .byline,
#split-top .byline  {
	background-color: #9A722C;
	background-color: rgba(153, 102, 51, 0.3);	
	bottom: 3px;
	height: 25px;
	position: absolute;
	text-align: left;
}
#page-slider .byline span,
#split-top .byline span {
	margin: 8px 0 0;
	padding: 0 20px;
	display: inline-block;
	font-family: "questrial_regular", "Helvetica Neu", Helvetica, Arial, Verdana, sans-serif;
	font-size: 9px;
	letter-spacing: 1.35px;
	color: #d9caba;
}

/* Controls */
#page-slider ul.slide-nav {
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 45%;
	width: 100%;
}
#page-slider ul.slide-nav li {
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 35px;
	box-shadow: none;
	display: inline-block;
	height: 72px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 72px;
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#page-slider ul.slide-nav li:hover {
	opacity: 0.8;
}
#page-slider ul.slide-nav li a {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
}
#page-slider ul.slide-nav li.left-control {
	left: 3%;
}
#page-slider ul.slide-nav li.right-control {
	right: 3%;
}
#page-slider ul.slide-nav li.left-control a {
	color:#B0B0B0;
	line-height:72px
}
#page-slider ul.slide-nav li.right-control a {
	color:#B0B0B0;
	line-height:72px
}

/***** Rooms divide *****/
@media (max-width: 800px) {
	/* Branding */
	
	/* Slider */
	.slider ul,
	.image_container {
		overflow: hidden;
		height: 100%;
		max-height: 400px;
	}
	#front-slider .image_container img {
		max-height: 400px;
	}
	#page-slider .image_container img {
		max-height: 400px;
	}
}

/***** Mobile *****/
@media (max-width: 640px) {
	/* Branding */

	/* Slider */
	.slider ul,
	.image_container {
		overflow: hidden;
		height: 100%;
		max-height: 250px;
	}
	#front-slider .image_container img {
		max-height: 250px;
	}
	#page-slider .image_container img {
		max-height: 250px;
	}
	

}

#page-slider ul.slide-nav li:hover {
    opacity: 0.8;
}

#front-slider ul.slide-nav li:hover {
    opacity: 0.8;
}