div.scrollholder
{
    position: absolute;
	left:50%;
	top:50%;
	margin-top: -50px;
	margin-left:-100px;
    width: 450px; height: 230px;
    overflow: auto;
    z-index: 5;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 6;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 6px; height: 100%;
    font-size: 0;
    z-index: 7;
    background: #fff000;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 8;
    background: #cf0d01;
}  

div.scrollholder_sobre
{
    position: absolute;
	left:50%;
	top:50%;
	margin-top: -75px;
	margin-left:-325px;
    width: 670px; height: 230px;
    overflow: auto;
    z-index: 5;
}

div.scroll_sobre
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 6;
}

/* <Scroll> */
div.track_sobre
{
    position: relative;
    float:right;
    top: 0; 
    width: 6px; height: 100%;
    font-size: 0;
    z-index: 7;
    background: #fff000;
}

div.drag_bar_sobre
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 8;
    background: #cf0d01;
}  
