    body {     
        /*scrollbar-face-color:#FFFFFF;*/
        /*scrollbar-track-color:#D3D3D3;*/
        /*scrollbar-base-color:#000000;*/
        /*scrollbar-arrow-color:#000000;*/
        /*scrollbar-3dlight-color:#000000;*/
        /*scrollbar-highlight-color:#FFFFFF;*/
        /*scrollbar-darkshadow-color:#d3d3d3;*/
        /*scrollbar-shadow-color:#000000;*/        
        /*overflow-x:scroll;overflow-y:hidden;*/
        /*overflow-x:auto;overflow-y:auto;*/
        overflow-x:hidden;overflow-y:hidden;
        /*scroll:yes;*/
        /*background-color:#E9E9E9;*/
        background-color:#ffffff;
        margin:0;
        font-family:Verdana;
        font-size:8pt;}

    .linkbox {
        font-family: Verdana,Helvetica;
        font-size: 11px;
        border: 0px solid #010083;
        border-right: 1px solid #d9d9d9;
        background-color: #ffffff; 
        color: #000000; 
        position: absolute; 
        overflow-x:auto;overflow-y:auto;
        top:0px;
        left:0px;
        width:15%;
        height:100%;}

    .contentbox	{
        font-family: Verdana,Helvetica; 
        font-size: 11px;
        border: 0px solid #010083;
        background-color: #ffffff; 
        color: #000000; 
        position: absolute; 
        overflow-x:hidden;overflow-y:hidden;
        top:0px;
        left:15%;
        width:85%;
        height:100%;}

    .contentbox_edit	{
        font-family: Verdana,Helvetica; 
        font-size: 9px;
        border: 0px solid #010083;
        background-color: #ffffff; 
        color: #000000; 
        position: absolute; 
        overflow-x:scroll;overflow-y:scroll;
        top:0px;
        left:15%;
        width:85%;
        height:100%;}

    .roll_link {
        font-family: Verdana,Helvetica;
        font-size: 9px;}

    .filmstrip {
        position:absolute;
        left:0px;
        top:0px;
        width:100px;
        height:150px;
        border:0px;
    }

    .div_filmstrip {
        position:absolute;
        /*position: relative;*/
        /*overflow:scroll;*/
        /*overflow-x:hidden;overflow-y:hidden;*/
        top:0px;
        left:0px;
        width:100%;
        height:100px;				
        margin-bottom:1px;
        margin-top:1px;
        /*scrollbar-3d-light-color:#FFFFFF;*/
        /*scrollbar-arrow-color:#000000;*/
        /*scrollbar-darkshadow-color:#CCCCCC;*/
        /*scrollbar-face-color:#EEEEEE;*/
        /*scrollbar-highlight-color:#EEEEEE;*/
        /*scrollbar-shadow-color:#FFFFFF;*/
        /*scrollbar-track-color:#FFFFFF;*/}
        
    Table.filmTable tr {
        vertical-align:middle;
        /*align:center;*/
        border:0px;
        border-width: 0px 0px 0px 0px;}

    Table.filmTable td {
        width:100px;
        height:100px;
        padding:5px;
        vertical-align:middle;
        align:center;
        border:0px;
        border-width: 0px 0px 0px 0px;
        border-style: none none none none;}

    img.thumb {
        border:0px;
        width:90px;
        height:60px;}

    .div_scrollarrow {
        position:absolute;
        top:0px;
        left:0px;
        width:20px;
        height:20px;}

    .div_picinfo {
        position: absolute;
        overflow:auto;
        overflow-x:auto;overflow-y:auto;
        top:0px;
        left:0px;
        width:100%;
        height:75%;				
        margin-bottom:1px;
        margin-top:1px;}
        
    .div_zoomer {
        position: absolute;
        overflow:auto;
        overflow-x:auto;overflow-y:auto;
        top:98px;
        left:0px;
        width:350px;
        height:20px;				
        margin-bottom:1px;
        margin-top:1px;
        cursor:pointer;
        cursor:hand;
        font-family:Verdana,Helvetica;
        font-size:10px;
        font-weight:bold;}
        
    Table.zoomer td {
        font-family:Verdana,Helvetica;
        font-size:9px;
        font-weight:lighter;
        /*outline-width:thin;
        outline-style:solid;
        outline-style:groove;*/
    }        
                
