.no-js .liquid-slider {
    height: 350px;
    overflow: scroll;
}

.ls-preloader {
    background: url(../images/loading.gif) #f2f2f2 no-repeat center 50%;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.ls-wrapper {
	clear: both;
	overflow: auto;
	position: relative;
	margin: 40px 0 0 0;
}

.liquid-slider {
    background: #ffffff;
    width: 600px;
    margin: 0 auto;
    float: left;
    overflow: hidden;
    position: relative;
    height: 100%!important;
}

.arrows .liquid-slider {
    margin: 0 10px;
}

.ls-responsive .liquid-slider {
    width: 100%;
    margin: 0;
}

.panel-container {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.liquid-slider .panel-container .fade {
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.liquid-slider .ls-panel {
    width: 600px;
    display: block;
    float: left;
}

.panel-wrapper {
    padding: 15px 40px;
    position: relative;
}

.ls-nav {
    overflow: hidden;
    clear: both;
}

.ls-nav a {
    background: #b6173d;
    color: #fafafa;
    margin-right: 1px;
    padding: 10px 15px;
    outline: 0;
    font: 500 17px/18px 'Work Sans', sans-serif;
    height: 100%;
    border-radius: 6px 6px 0 0;
}

.ls-nav a:hover {
    background: #f2f2f2;
    color: #d04f56;
    text-shadow: none;
    height: 100%;
}

.ls-nav .current a {
    background: #ffffff;
    display: block;
    color: #b6173d;
    padding: 10px 15px;
    height: 100%;
    border-radius: 6px 6px 0 0;
}

.currentCrossLink {
    font-weight: bold;
}

.ls-nav ul {
    padding: 0;
    clear: both;
    display: block;
    margin: auto;
    overflow: hidden;
    width: 100%;
}

.ls-nav ul li {
    display: inline-block;
    width: 18%;
    vertical-align: top;
    margin: 0 10px 0 0;
    text-align: center;
    height: 80px;
}

.ls-nav ul li a {
    display: block;
    text-decoration: none;
}

.ls-select-box {
    width: 100%;
    height: 35px;
    overflow: hidden;
    background: url(../images/menu.html) no-repeat right #ddd;
}

.ls-select-box select {
    width: 150%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    padding: 5px;
    font-size: 110%;
    border: none;
    height: 35px;
    cursor: pointer;
    outline: 0;
}

.ls-nav-left,
.ls-nav-right {
    top: 0;
    float: left;
    clear: both;
}

.ls-nav-left a,
.ls-nav-right a {
    background: #000;
    color: #fff;
    padding: 5px;
    width: 100px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.ls-responsive .ls-nav-left {
    position: absolute;
    left: 0;
    z-index: 2;
}

.ls-responsive .ls-nav-left a {
    background: #9A9A9A;
    width: 80px;
}

.ls-responsive .ls-nav-left a:hover {
    background: #747474;
}

.ls-responsive .ls-nav-right {
    position: absolute;
    right: 0;
    z-index: 2;
}

.ls-responsive .ls-nav-right a {
    background: #9A9A9A;
    width: 80px;
}

.ls-responsive .ls-nav-right a:hover {
    background: #747474;
}

.ls-nav-left-arrow,
.ls-nav-right-arrow {
    cursor: pointer;
    float: left;
    clear: both;
}

.ls-nav-left-arrow a,
.ls-nav-right-arrow a {
    display: block;
}

[class$="-arrow"] {
    width: 25px;
    height: 25px;
    background-image: url(../images/arrow.html);
    background-repeat: no-repeat;
    margin-top: 50px;
    position: relative;
}

.ls-nav-right-arrow {
    background: url(../images/navigation-right.html) no-repeat 0 0;
    margin-right: 5px;
}

.ls-nav-left-arrow {
    margin-left: 5px;
    background: url(../images/navigation-left.html) no-repeat 0 0;
}

.ls-nav-left-arrow:hover {
    background-position: bottom left;
}

.ls-nav-right-arrow:hover {
    background-position: bottom right;
}

.ls-responsive .ls-nav-left-arrow {
    position: absolute;
    left: 0;
    z-index: 2;
    display: none !important;
}

.ls-responsive .ls-nav-right-arrow {
    position: absolute;
    right: 0;
    z-index: 2;
    display: none !important;
}