div#holderLayer
{
	position:relative; 
	overflow:visible;
	/*width:100%; */
	width:150px; 
	height:400px;
	z-index:100; 
}
div#windowLayer
{
	position:absolute;
	left:0px; 
	top:0px;	
	width:150px; 
	/*height:400px; */
	/*clip:rect(0px, 200px, 400px, 0px); */
	overflow:visible;
	z-index:1;
}
div.contentLayer
{
	position:absolute; 
	visibility:visible;
	left:0px; 
	top:0px;
	z-index:1;
}
/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 5px;
	/*height:400px;	*/
	font-size:1px; 
	z-index:1;		
}
div#track 
{ 
  position:absolute; 
  left:0px; 
  top:17px;
  width:9px; 
  /*height:366px;  */
  z-index:1;  
  /*background: url("./images/scroll/bgtrack.gif") repeat;*/
  /*background-color: #fff;*/
  /*border: 1px solid #000;*/
}

div#dragBar 
{
  position:absolute; 
  left:0px; 
  top:0px;
  width:5px; 
  height:120px;
  /*background-color:#f00;*/
  z-index:1;
  margin:0px;
  padding:0px;
}  
div#up 
{ 
	position:absolute; 
	left:0px; 
	top:0px; 	
	z-index:2;		
}  
div#down 
{ 
	position:absolute; 
	left:0px; 
	bottom:0px; 	
	z-index:3; 		
}  
div#scrollbar td.top
{
	height: 3px;
}
div#scrollbar td.bottom
{
	height: 4px;
}
div#scrollbar td.middle
{
	/*background: url("./images/scroll/midnav.gif") no-repeat;*/
	height: 8px;
}
div#scrollbar td.body
{
	/*background: url("./images/scroll/bodynav.gif") repeat;*/
}