div.scrollholder
{
    position: relative;
    width: 455px; height: 375px;
    overflow: auto;
    z-index: 1;
}

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

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 14px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: url(/img/fondos/bgrScroll.gif) repeat-y 0 0;
}

div.drag_bar
{
	position: absolute;
    border:1px solid #8E4249;
    width: 100%;
    height: 50px !important;
    width:14px;
    left: -2px !important;
    cursor: pointer;
    z-index: 4;
    background: #FFFFFF;
}  