/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 19, 2013 */



@font-face {
    font-family: 'futura_lt_btlight';
    src: url('futural-webfont.eot');
    src: url('futural-webfont.eot?#iefix') format('embedded-opentype'),
         url('futural-webfont.woff') format('woff'),
         url('futural-webfont.ttf') format('truetype'),
         url('futural-webfont.svg#futura_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'futura_lt_btlight_italic';
    src: url('futurali-webfont.eot');
    src: url('futurali-webfont.eot?#iefix') format('embedded-opentype'),
         url('futurali-webfont.woff') format('woff'),
         url('futurali-webfont.ttf') format('truetype'),
         url('futurali-webfont.svg#futura_lt_btlight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

.scroll {
    height: 300px; 
    width: 450px;
    overflow-y: hidden; 
    position: relative;    
}
.scrollbar{ 
    position: fixed;
    top: 0px;
    left: 450px;
    background-color: rgb(0, 162, 232);
    color: white;
    height: 300px;
    width: 20px;
    text-align: center;
}
.toup {
    height: 30px;
    width: 100%;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
}
.indic {
    height: 18px;
    width: 18px;
    background-color: white;
    position: absolute;
    top: 30px;
    left: 1px;
}
.todown {
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
}