﻿
.scrollerbtn {
    top: 48%;
    position: fixed;
    left: 202px;
}

.nav_up {
    padding: 2px;
    background-position: 50% 50%;
    width: 15px;
    height: 30px;
    opacity: 0.8;
    white-space: nowrap;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -khtml-border-top-left-radius: 3px;
    -khtml-border-top-right-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.nav_up:hover {
        color: #2fbae6;
}

.nav_down:hover {
    color: #2fbae6;
}

.nav_down {
    padding: 2px;
    background-position: 50% 50%;
    width: 15px;
    height: 30px;
    opacity: 0.7;
    white-space: nowrap;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -khtml-border-top-left-radius: 3px;
    -khtml-border-top-right-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.break-lengt-word {
    white-space: break-spaces;
}
