/* CSS Document */

div.scrollholder
{
    position: relative;
    width: 820px; height: 520px;
    overflow: auto;
    z-index: 1;
	
	font-size:17px;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{background-image:url(images/trakica.png);
	background-repeat:repeat;
    position: relative;
    float:right;
    top: 0; 
    width: 45px; height: 100%;
    font-size: 0;
    z-index: 1000;
    
}

div.drag_bar
{
    margin:0;
	position: absolute;
    width: 100%; 
    cursor: pointer;
    z-index: 3;
   
	background-image:url(images/mashnica.png);
	background-repeat: no-repeat; 
}  
