div.scrollholder
{
    position: relative;
    height:358px; width:470px;
    overflow: auto;
    z-index: 1;
  
	margin-right:10px;
}

div.scroll
{
	position: absolute;
	left: 1px;
	top: 0px;
	width: 95%;
	z-index: 2;
}

div.scrollholderPesquisa
{
    position: relative;
    height:350px; width:450px;
    overflow: auto;
    z-index: 1;
  
	margin-right:10px;
}

div.scrollPesquisa
{
    position: absolute;
    left: 0; top: 0px;
    width: 95%;
    z-index: 2;
}
/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0px; 
    width: 19px; height: 358px;
    font-size: 0;
    z-index: 3;
    /*background: url(../images/scrolbar.jpg) no-repeat center ;*/
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 63px;
    cursor: pointer;
    z-index: 4;
	margin-left:1px;
    /*background: url(../images/scrollBar.png) no-repeat;*/
}  

