.Container {
        position: relative;
        top: 0px;
        left: 0px;
        width: 543px;
        height: 290px;
}
#Scroller-1 {
        position: relative;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 543px;
        height: 290px;
        padding-right: 15px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #373737;
        font-size: 12px;
        line-height: 18px;
        text-align: justify;
}
#Scroller-1 p {
        margin: 0;
        text-indent: 20px;
}
#Scroller-1 h1 {
        margin: 0;
        font-weight: normal;
        color: #FFF;
        font-size: 16px;
        line-height: 18px;
}
#Scroller-1 h2 {
        margin: 0;
        font-weight: normal;
        color: #373737;
        font-size: 14px;
        line-height: 18px;
}
#Scroller-1 h3 {
        margin: 0;
        font-weight: normal;
        color: #FFF;
        font-size: 12px;
        line-height: 18px;
}
#Scroller-1 ul {
        margin: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #373737;
        font-size: 12px;
        line-height: 18px;
        text-align: justify;
        margin: 10px 0px;
        }
#Scroller-1 li {
        list-style: circle;
}

#Scroller-1 a {
        color: #0071bc;
}

.Scroller-Container {
        position: absolute;
        top: 0px;
        left: 0px;
}

#Scrollbar-Container {
        position: absolute;
        top: 0px;
        left: 540px;
}

.Scrollbar-Up {
        position: absolute;
        cursor: pointer;
        width: 17px;
        height: 16px;
}
.Scrollbar-Track {
        position: absolute;
        width: 17px;
        height: 259px;
        top: 16px;
        left: 0px;
        background: transparent url('../images/scrollbar_track.png') no-repeat center center;
}
.Scrollbar-Handle {
        position: absolute;
        width: 17px;
        height: 15px;
}
.Scrollbar-Down {
        position: absolute;
        cursor: pointer;
        width: 17px;
        height: 15px;
        top: 275px;
}
