@charset "UTF-8";
/* CSS Document */

div.scrollholder
{
    position: relative;
    width: 100%; height: 100%;
    overflow: auto;
    z-index: 1;
    background-color: none;
}

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

/* <Scroll> */
div.track
{
	float:right;
	font-size:0pt;
	height:100%;
	position:relative;
	top:0pt;
	width:11px;
	z-index:3;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/scrollbar.gif);
	background-repeat: repeat-y;
	background-position: 5px 0pt;
}

div.drag_bar
{
	cursor:pointer;
	height:14px;
	position:absolute;
	width:100%;
	z-index:4;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/scrollhandle.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
