div#scrollbar {
    display:block; /* initially display:none; to hide from incapable */
    }

div#wn	{
	position:absolute;
	width:704px;
	height:358px;
	overflow:hidden;
	left: 321px;
	top: 26px;
	}
/*
div#wn img {
	display: block;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
*/    
div#scrollbar {
	position:absolute;
	width:16px;
	height:410px;
	font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
	left: 1049px;
	top: 1px;
	background-image: url(../img_new/scrollbar-bg.gif);
	background-repeat: repeat-y;
  }
#wn #lyr1 {
	text-align: justify;
	margin-left: 45px;
}

div#track {
	position:absolute;
	left:0px;
	top:31px;
	width:16px;
	height:348px;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:14px; height:14px;
  background-color:#E5E5E5;
  }  
div#up {
	position:absolute;
	left:0px;
	top:0px;
}  
#up a, #down a {
	color: #FFFFFF;
	text-decoration: none;
}

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; 
    } 

