/* 
    Document   : wysi
    Created on : Feb 8, 2009, 1:49:25 PM
    Author     : wysiecki
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div #scroll_content{
    
    position:relative;
    width:950px;
    margin-top:125px;
    margin-left:12px;
    margin-bottom:20px;
    margin-right:20px;
    text-align:left;
    z-index:10;
}

div #scroll_back{
    float:left;
    width:980px;
    margin-top:0px;
    text-align:left;
    background-color: #D6D6D6;
    margin-left:10px;
    z-index:10;
}

div #scrollfull_content {}

div #up_arrow{
    position:absolute;
    top:auto;
    float:right;
    margin-top:230px;
    width:28px;
    height:28px;
    background-image: url('../images/arrow1.jpg');
    margin-right:50px;
    cursor:pointer;
    z-index:200;
    margin-left:900px;



}
div #up_arrow:hover {background-image: url('../images/arrow1over.jpg');}

div #down_arrow{
    top:auto;
    position:absolute;
    float:right;
    margin-top:430px;
    margin-left:900px;
    width:28px;
    height:28px;
    background-image: url('../images/arrow2.jpg');
    cursor:pointer;
    z-index:200;

}

div #down_arrow:hover {background-image: url('../images/arrow2over.jpg');}
