div#wn1
{
	position:relative;
	left:0px;
	top:5px;
	width: 540px; 
	height: 490px; 
	overflow:hidden; 
	z-index:1;
	text-align:justify;
}
div.content
{
	position:relative; 
	visibility:hidden; 
	left:50px; 
	top:0; 
	z-index:1; 
}
div#lyr1
{
	width: 350px;
}
div#scrollbar1
{ 
	left: 540px; 
	top:6px; 
	width:11px; 
	height: 400px; 
	font-size:1px; 
	z-index:2;
}
div#track1
{ 
	left:0; 
	top:5px; 
	width: 7px; 
	height: 500px; 
	background-image: url(../images/scroller_bg.gif); 
	background-position: center top; 
	background-repeat: repeat-y;  
	z-index:1; 
}
div#dragBar1
{
	position:relative; 
	left:0px; 
	top:0px; 
	width: 7px; 
	height: 7px; 
	cursor: pointer;  
	z-index:1; 
	background-color:#938680; 
}