﻿/* EFFECTS SCROLLER */

/*Modify attributes of #contentwrapper below as desired*/
#contentwrapper
{
    width: 450px;
    height: 125px;
    border: 1px solid Maroon;
    background-color: Transparent;
    position: absolute;
    z-index: 20;
    font: 1.0em Trebuchet MS, Verdana;
}

.billcontent
{
    width: 100%;
    display: block;
    font: Trebuchet MS, Verdana;
}


/* PAUSE SCROLLER */
#pscroller1
{
    top: 220px;
    left: 10px;
    width: 198px;
    height: 200px;
    background-color: #F9F5D1;
    border: 1px solid Maroon;
    position: absolute;
    text-align: justify;
}

#pscroller2
{
    top: 260px;
    width: 500px;
    height: 20px;
    left: 300px;
    border: 1px solid Maroon;
    position: absolute;
    text-align: left;
    background-color: #f0e298;
}




