ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}
p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}
.sldr,
.stage {
    margin: 0 auto
}

.singlecontent a{

        color: #000000;
    -webkit-transition: color .25s cubic-bezier(.86, 0, .070, 1);
    -moz-transition: color .25s cubic-bezier(.86, 0, .070, 1);
    -o-transition: color .25s cubic-bezier(.86, 0, .070, 1);
    transition: color .25s cubic-bezier(.86, 0, .070, 1)

}
.singlecontent a:hover{
    color: #ffe201 !important;
    text-decoration: underline;
}
a {
    color: #a7a7a7;
    -webkit-transition: color .25s cubic-bezier(.86, 0, .070, 1);
    -moz-transition: color .25s cubic-bezier(.86, 0, .070, 1);
    -o-transition: color .25s cubic-bezier(.86, 0, .070, 1);
    transition: color .25s cubic-bezier(.86, 0, .070, 1)
}
ul.animate {
    -webkit-transition: -webkit-transform .75s cubic-bezier(.86, 0, .070, 1);
    -moz-transition: transform .75s cubic-bezier(.86, 0, .070, 1);
    -o-transition: transform .75s cubic-bezier(.86, 0, .070, 1);
    transition: transform .75s cubic-bezier(.86, 0, .070, 1)
}
.stage {
    width: 76%;
    padding: 0 12%;
    text-align: center;
    overflow: hidden
}
.sldr {
    max-width: 773px;
    overflow: visible;
    position: relative;
    clear: both;
    display: block
}
.sldr>ul>li {
    float: left;
    display: block;
    width: 773px
}
.clear,
div.skew>div.wrap {
    width: 100%;
    overflow: hidden
}
div.skew>div.wrap {
    display: block;
    margin-left: 0
}
.selectors li {
    font-size: 46px;
    line-height: 32px;
    display: inline;
    padding: 0 2px
}
.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 .75s cubic-bezier(.86, 0, .070, 1);
    -moz-transition: opacity .75s cubic-bezier(.86, 0, .070, 1);
    -o-transition: opacity .75s cubic-bezier(.86, 0, .070, 1);
    transition: opacity .75s cubic-bezier(.86, 0, .070, 1)
}
.captions div.focalPoint {
    opacity: 1;
    left: inherit;
    position: static
}
.clear {
    display: block;
    height: 0;
    clear: both
}