div.scrollholder
{
    position: relative;
	top:68px;
	left:360px;
    width: 403px; height: 350px;
    overflow: auto;
    z-index: 200;
    
}

div#scrollholder2
{
    position: relative;
	top:0px;
	left:0px;
    width: 323px; height: 305px;
    overflow: auto;
    z-index: 200;
    
}

div#scrollholder3
{
    position: relative;
	top:0px;
	left:0px;
    width: 335px; height: 305px;
    overflow: auto;
    z-index: 200;
    
}

div#scrollholder4
{
    position: relative;
	top:0px;
	left:0px;
    width: 355px; height: 305px;
    overflow: auto;
    z-index: 200;
    
}

div#scrollholder5
{
    position: relative;
	top:0px;
	left:0px;
    width: 335px; height: 305px;
    overflow: auto;
    z-index: 200;
}
div#scrollholder6
{
    position: relative;
	top:0px;
	left:0px;
    width: 335px; height: 305px;
    overflow: auto;
    z-index: 200;
    
}

div#scrollholder7
{
    position: relative;
	top:0px;
	left:0px;
    width: 335px; height: 305px;
    overflow: auto;
    z-index: 200;
    
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 201;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 202;
    background:#7d91b8;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 36px;
    cursor: pointer;
    z-index: 203;
    background:url(../../Images/arrows.gif) no-repeat ;
	/*background:#dfe6ee;*/
	}  