.stage ul {
	color: #ECECEC;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height:0px;
}
.stage .sldr-nav{
	    color: rgba(255, 255, 255, 0.58);
    font-size: 44px;
    text-transform: uppercase;
    cursor: pointer;
    background: initial;
}
ul.animate {
	-webkit-transition: -webkit-transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
       -moz-transition: transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
         -o-transition: transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
            transition: transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); /* ease-in-out */	
}
.stage {
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	position:relative;
}
.sldr {
	max-width: 1170px;
	margin: 0 auto;
	overflow: visible;
	position: relative;
	clear: both;
	display: block;
}
.sldr > ul > li {
	float: left;
	display:inline-block;
	width: 1170px;
}

div.skew {
	max-width: 1170px;
	margin: 0 auto;

	display: block;
	overflow: hidden;

}
div.skew > div.wrap {
	display: block;
	overflow: hidden;
	width: 101%;
}
.stage img:nth-child(even) {
	max-width: 1170px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.selectors {
	/*margin: 15px 0 0;*/
}
.selectors li {
	    font-size: 46px;
    line-height: 0px;
    display: inline;
    padding: 0 2px;
    position: relative;
    top: -23px;
}
.selectors li a {
	text-decoration: none;
}
.selectors li.focalPoint a {
	color: #CCC;
	cursor: default;
}
.captions div {
	left: 200%;
	position: fixed;
	opacity: 0;

	-webkit-transition: opacity 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
       -moz-transition: opacity 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
         -o-transition: opacity 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
            transition: opacity 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); /* ease-in-out */
}

.captions div.focalPoint {
	opacity: 1;
	left: inherit;
	position: static;
}

.stage .sldr-nav.prev,.sldr-nav.next{
	position:absolute;
	top:35%;
	z-index:2;
}
.stage .sldr-nav.prev{
left:5px;

}
.stage .sldr-nav.next{
right:5px;
}
.stage .fa{
	    color:#c6c6c6;
}
.mask-right,.mask-left{
	width: 367px;
    height: 350px;
    opacity: .8;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
}
.index_b_hero {
    width: 1170px;
    margin: 0px auto -354px;
    position: relative;
    top: -350px;
}
.mask-right{
	    right: -372px;	
}
.mask-left{
	left: -366px;
}
@media (max-width: 1170px) {
.index_b_hero,.mask-right,.mask-left{
	display:none;
}
}