/* CSS Document */
/*#wn{
	width: 390px;  170px;
	height: 136px;  489px; 
	overflow:hidden;
	position:relative;
}
#lyr1
	{
	color:#8E6955;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	padding: 3px;
}
#lyr1 h1 {
font-size:14px;
}*/
div#scrollbar {
    display:block; /* initially display:none; to hide from incapable */
    }

/*div#wn	{ 
    position:relative;
    width:280px; height:200px;
    overflow:hidden;
	}*/
    
div#scrollbar {
  position:relative;
  margin-top:0px;
  width:9px; height:150px; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#scrollbar div.up1
	{
	position: absolute;
	left: 0;
	z-index: 10;
	top: 16px;
	height:1px;
	width:9px;
	background: #8e6955;
	font-size: 0;
	line-height: 0;
	}
div#scrollbar div.dn1
	{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 133px;
	height:1px;
	width:9px;
	background: #8e6955;
	font-size: 0;
	line-height: 0;
	}
div#track { 
  position:absolute; left:0; top:16px;
  width:9px; height:118px;
  background: #412b23 url("images/scr_tr.png") 0 0 repeat-y;
  }
div#dragBar {
  padding: 0; margin:0;
  border: 0;
  position:absolute; left:1px; top:0;
  width:7px; height:13px !important;
  background: #8e6955;
  }  
div#up { position:absolute; left:0; top:0; }  
div#down { position:absolute; left:0; bottom:0; }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 
