.root {
    position: relative;
    z-index: 2;
    min-width: 1000px;
}

#header {
    border-top: 4px solid #005eaa;
    background-color: #ffffff;
    width: 100%;
    height: 70px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}

#header.opacity {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#header .logo {
    height: 55px;
    position: absolute;
    top: 12px;
    left: 26px;
}

#header .functions {
    position: absolute;
    right: 22px;
    top: 24px;
}

#header .functions a {
    margin-left: 43px;
}

#header .functions s {
    font-weight: bold;
}

#header .functions .icon {
    font-size: 20px;
}

.f_foot_wp {
    text-align: center;
    padding: 4px 0 4px 0;
    font-size: 12px;
}

#h_scroller {
    position: relative;
    min-height: 260px;
    padding-top: 70px;
    overflow: hidden;
    border-bottom: 4px solid #ffffff;
}

#h_scroller_wp {
    position: relative;
}

#h_scroller_wp img {
    width: 100%;
    top: -50%;
}

.h_scroller_item {
    float: left;
}

#h_scroller_up, #h_scroller_down, #h_scroller_points {
    position: absolute;
    color: #ffffff;
    z-index: 3;
}

#h_scroller_up, #h_scroller_down {
    font-size: 30px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#h_scroller_up {
    left: 30px;
}

#h_scroller_down {
    right: 30px;
}

#h_scroller_points {
    bottom: 30px;
    overflow: hidden;
    left: 50%;
}

.h_scroller_point {
    margin-left: 10px;
    float: left;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 10px;
}

.h_scroller_point.current, #h_scroller_up:hover, #h_scroller_down:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#v_scroller {
    overflow: hidden;
    position: relative;
}

#v_scroller_tools {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 8;
    overflow: hidden;
}

#v_scroller_points {
    width: 60px;
    overflow: hidden;
}

#v_scroller_points .v_scroller_point {
    margin: 10px auto;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 10px;
}

#v_scroller_up, #v_scroller_down {
    width: 60px;
    padding-bottom: 5px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    overflow: hidden;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#v_scroller_points .v_scroller_point.current, #v_scroller_up:hover, #v_scroller_down:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#v_scroller_wp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.v_scroller_item {
    position: relative;
    overflow: hidden;
}

.v_scroller_item img {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    left: 0;
}

#smallIcon {
    margin-left: 48.8%;
    margin-top: 35%;
    z-index: 10;
    position: absolute;
    border: 0px;
}

@-webkit-keyframes rightan {
    from {
        margin-top: 35%;
        opacity: 0;
    }
    to {
        margin-top: 37%;
        opacity: 1;
    }
}

.rightan {
    -webkit-animation: rightan 2s infinite;
    -webkit-animation-fill-mode: both;
}

#footer {
    position: absolute;
    border-bottom: 4px solid #005eaa;
    bottom: 0;
    z-index: 10;
    width: 100%;
}

#footer .f_foot_wp {
    background-color: #ffffff;
}