html.fsvs{height:100%;width:100%;position:fixed;top:0;left:0;overflow:hidden}
html.fsvs #fsvs-body{
    -webkit-backface-visibility:hidden;-webkit-perspective:1000;position:absolute;top:0;left:0;
    z-index:1;height:100%;width:100%}
html.fsvs #fsvs-body>*{height:100%;width:100%;overflow:hidden;-webkit-backface-visibility:hidden;-webkit-perspective:1000}
html.fsvs.no-hijack{overflow:auto;position:relative}
html.fsvs.no-hijack #fsvs-body{position:static;transition:none !important;-webkit-transition:none !important; -webkit-transform:none !important;transform:none !important}
html.fsvs.no-hijack #fsvs-pagination{display:none}
html.fsvs #fsvs-pagination{
    margin:0;padding:5px 4px;position:fixed;
    height:auto;right:0 !important;top:50%;
    z-index:999;width:32px;
    background: url("../img/bg-sl.png") 0 0 repeat-y;
}
html.fsvs #fsvs-pagination:before {
    position: absolute;
    content: '';
    top: -40px; left: 0;
    width: 40px; height: 40px;
    background: url("../img/arrow-top.png")0 0 no-repeat;
}
html.fsvs #fsvs-pagination:after {
    position: absolute;
    content: '';
    bottom: -40px; left:0;
    width: 40px; height: 40px;
    background: url("../img/arrow-bottom.png")0 0 no-repeat;
}
html.fsvs #fsvs-pagination li{
    list-style:none;
    width:25px;height:25px;
    line-height:25px;text-align:center;
    margin:0 0 2px 4px;
    cursor:pointer
}
html.fsvs #fsvs-pagination li>span{-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;width:22px;height:22px;line-height:22px;border:1px solid white;display:block}
html.fsvs #fsvs-pagination li>span>span{-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;width:12px;height:12px;line-height:12px;border:1px solid white;display:block;margin:4px}
html.fsvs #fsvs-pagination li.active>span{border:1px dashed #ef7f1a}
html.fsvs #fsvs-pagination li.active>span>span{background:#ef7f1a}
html.fsvs #fsvs-pagination li:last-child{
    margin:0 0 0 4px;
}
@media only screen and (max-width: 500px){
    html.fsvs #fsvs-body #fsvs-pagination{right:3px !important}
}
#fsvs-pagination li.active>span>span{background:#ef7f1a}


