div.scrollholder
{
    position: relative;
    width: 180px; 
	 height: 230px;
	 /*height:100%;*/

    overflow: auto;
    z-index: 1;
    /*background-color: #f3f3f3;*/
	 margin-left:20px;
	 font-size: 13px;
	 /*text-indent: 20px;*/
	margin-bottom: 5px;

}

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

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 12px; height: 100%;
    font-size: 0;
    z-index: 3;
	 background: url(images/barra2.jpg) no-repeat top center;
    /*background: black;*/
}

div.drag_bar
{
    position: absolute;
    width: 100%; width:12px;height: 40px;
	 margin-top:0px;
	 padding-bottom:0px;
    cursor: pointer;
    z-index: 4;
    /*background: yellow;*/
	 background: url(images/puntero.png) no-repeat center;
}  