div#hold	
{ 
	position:relative; 
	overflow:hidden;
	height:210px; 
	z-index:100;
	margin: 7px 10px 0px 45px;
}
	
div#wn	
{ 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	overflow:hidden;	
	z-index:1; 
}

	
div.content 
{ 
	position:absolute; 
	visibility:hidden;
	width:100%;
	z-index:1;
}

	

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
	position:relative; left:0; top:0;
	width:14px; height:194px; 
	font-size:1px; z-index:1;
  }
div#track { 
	position:relative; left:0; top:0px;
	width:14px; height:194px;
	z-index:1;
  }
div#dragBar {
	position:absolute; left:1px; top:1px;
	width:12px; height:20px;
	z-index:1;	
	background-color:#ecd9af;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50,style=0); 
	alpha(opacity=0.5); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
  }  
div#up { position:relative; left:0; top:0; z-index:2 }  
div#down { position:relative; left:0; bottom:0; z-index:3 }
