
.fraction-slider {
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fraction-slider .slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.fraction-slider .active-slide {
    z-index: 1000;
}
.fraction-slider .fs_obj {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    z-index: 1000;
}
.fraction-slider .fs_fixed_obj {
    left: 0;
    z-index: 1000;
}
.fraction-slider .fs_obj * {
    display: inline-block;
    left: 0;
    position: relative;
    top: 0;
}
.fs_loader {
    background: url("../img/fractionslider/fs.spinner.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 440px;
    width: 100%;
}
.fraction-slider .prev, .fraction-slider .next {
    border-radius: 2px;
    display: none;
    position: absolute;
    z-index: 1000;
}
.fraction-slider .prev:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    color: #FFFFFF;
    content: "";
    display: block;
    font-family: 'FontAwesome';
    font-size: 32px;
    padding: 12px;
}
.fraction-slider .prev {
    left: -120px;
    margin-top: -23.5px;
    top: 50%;
}
.fraction-slider .prev:hover {
    background: none repeat scroll 0 0 #555555;
    text-decoration: none;
}
.fraction-slider .next:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    color: #FFFFFF;
    content: "";
    display: block;
    font-family: 'FontAwesome';
    font-size: 32px;
    padding: 12px;
}
.fraction-slider .next {
    margin-top: -23.5px;
    right: -120px;
    top: 50%;
}
.fraction-slider .next:hover {
    background: none repeat scroll 0 0 #555555;
    text-decoration: none;
}
.fraction-slider:hover .prev, .fraction-slider:hover .next {
    display: block;
}

.fs-pager-wrapper {
    bottom: 10px;
    left: 10px;
    position: absolute;
    z-index: 1000;
}
.fs-pager-wrapper a, .fs-custom-pager-wrapper a {
    background: url("../img/fractionslider/fs.pager.png") no-repeat scroll 0 -14px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 14px;
    margin: 0 5px 0 0;
    width: 14px;
}
.fs-pager-wrapper .active, .fs-custom-pager-wrapper .active {
    background: url("../img/fractionslider/fs.pager.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
