/* CSS Document */

div.scrollholder
{
    position: relative;
    width: 900px; height: 350px;
    overflow: auto;
	 z-index: 1;
	 background-image: url(../Images/Background2.jpg);
}

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

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 20px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #482028;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 6px;
    cursor: pointer;
    z-index: 4;
    background: #9998A8;
}  

