.ui-slider-tabs {}.ui-slider-tabs-list-wrapper {
    position: relative;
    width: 100%;
    margin: 0 0 -1px 0;
    z-index: 50;
    padding-right: 123px;
    border-bottom: 1px solid #2957a9;
}
.ui-slider-tabs-list-wrapper.bottom {
    margin: -1px 0 0 0;
}
.ui-slider-tabs-list-container {
    overflow: hidden;
    margin: 0 !important;
}
.ui-slider-tabs-list {
    padding: 0;
    margin: 0 0 0 0;
    list-style: none;
    overflow: hidden;
}
.ui-slider-tabs-list li {
    border-bottom: 1px solid #fff;
    margin: 0;
    background-color: #97acd1;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Ubuntu';
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 1px;
    height: 35px !important;
}
.ui-slider-tabs-list li a {
    display: block;
    padding: 0 18px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    line-height: 35px;
}
.ui-slider-tabs-list li a:hover {
    color: #fff;
}
.ui-slider-tabs-list li.selected {background-color: #2957a9;border-bottom: 1px solid #2957a9;height: 40px !important;}
.ui-slider-tabs-list-wrapper.bottom .ui-slider-tabs-list li.selected {
    border-top-color: #fff;
    border-bottom-color: #cfcfcf;
}
.ui-slider-tabs-list li.selected a {
    cursor: default;
    color: #fff;
    padding: 3px 18px;
    height: 40px !important;
}
.ui-slider-tabs-list li:first-of-type {
}
.ui-slider-tabs-content-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.ui-slider-tab-content {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
}
.ui-slider-left-arrow,
.ui-slider-right-arrow,
.ui-slider-left-arrow.edge:hover,
.ui-slider-right-arrow.edge:hover {
    display: block;
    position: absolute;
}
.ui-slider-left-arrow:hover,
.ui-slider-right-arrow:hover {}.ui-slider-left-arrow {
    right: 35px;
    top: 5px;
}
.ui-slider-left-arrow div {
    background-image: url('../images/leftArrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: inherit;
}
.ui-slider-left-arrow.edge div {
    opacity: .25;
}
.ui-slider-left-arrow.edge {
    box-shadow: none;
    cursor: default;
}
.ui-slider-tabs-list-wrapper.bottom .ui-slider-left-arrow {
    border-top-left-radius: 0;
    border-bottom-left-radius: 4px;
}
.ui-slider-right-arrow {
    top: 5px;
    right: 0;
}
.ui-slider-right-arrow div {
    background-image: url('../images/rightArrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: inherit;
}
.ui-slider-right-arrow.edge div {
    opacity: .25;
}
.ui-slider-right-arrow.edge {
    box-shadow: none;
    cursor: default;
}
.ui-slider-tabs-list-wrapper.bottom .ui-slider-right-arrow {
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
}
.ui-slider-tabs-indicator-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.ui-slider-tabs-indicator {
    width: 10px;
    height: 10px;
    background-image: url('images/indicator.png');
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 3px;
    cursor: pointer;
}
.ui-slider-tabs-indicator.selected {
    background-image: url('images/indicatorActive.png');
}
.ui-slider-tabs-leftPanelArrow {
    position: absolute;
    left: 0px;
    width: 30px;
    height: 35px;
    background-image: url('images/leftPanelArrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=5);
}
.ui-slider-tabs-rightPanelArrow {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 35px;
    background-image: url('images/rightPanelArrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=5);
}
.ui-slider-tabs-rightPanelArrow.showOnHover,
.ui-slider-tabs-leftPanelArrow.showOnHover {
    opacity: 0;
    display: none;
}
.ui-slider-tabs-content-container:hover .ui-slider-tabs-rightPanelArrow.showOnHover,
.ui-slider-tabs-content-container:hover .ui-slider-tabs-leftPanelArrow.showOnHover {
    opacity: .5;
    display: inline-block;
}
.ui-slider-tabs-content-container .ui-slider-tabs-rightPanelArrow:hover,
.ui-slider-tabs-content-container .ui-slider-tabs-leftPanelArrow:hover,
.ui-slider-tabs-content-container .ui-slider-tabs-rightPanelArrow.showOnHover:hover,
.ui-slider-tabs-content-container .ui-slider-tabs-leftPanelArrow.showOnHover:hover {
    opacity: 1;
}
.ui-slider-tabs-list li:hover {
    height: 40px !important;
}
.ui-slider-tabs-list li:hover a {
    padding: 3px 18px;
    height: 40px !important;
}