﻿
.Scroller-Container
{
    position: absolute;
    top: 0px;
    left: 0px;
}
.Scrollbar-Up
{
    position: absolute;
    width: 4px;
    height: 6px;
    background-color: #CCC;
    font-size: 0px;
}
.Scrollbar-Track
{
    width: 1px;
    height: 375px;
    position: absolute;
    top: 20px;
    left: 1px;
    background-color: #EEE;
}
.Scrollbar-Handle
{
    position: absolute;
    width: 3px;
    height: 30px;
    left: -1px !important;
    background-color: #CCC;
}
.Scrollbar-Down
{
    position: absolute;
    top: 415px;
    width: 4px;
    height: 6px;
    background-color: #CCC;
    font-size: 0px;
}
#Scrollbar-Container
{
    position: absolute;
    top: 0px;
    right: 10px;
}

#About
{
    position: absolute;
    top: 10px;
    overflow: hidden;
    width: 200px;
    min-height: 425px;
    display: none;
}
#About
{
    display: block;
}
