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

div#wn	{
	position:relative;
	width:500px;
	/*min-height:190px;
	height:auto !important;*/
	height:220px;
	overflow:hidden;
	float: left;
	}

div#wn1	{
	position:relative;
	width:95%;
	/*min-height:190px;
	height:auto !important;*/
	height:220px;
	overflow:hidden;
	float: left;
	}
	    
div#scrollbar {
	position:relative;
	width:12px;
	/*min-height:190px;
	height:auto !important;*/
	height:220px;
	font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
	float: right;
  }
div#track {
	position:absolute;
	left:0;
	top:10px;
	width:12px;
	/*min-height:170px;
	height:auto !important;*/
	height:200px;
	background: url(background/bullet_menu.gif) repeat-y top center;
  }
div#dragBar {
  position:absolute; left:0px; top:0px;
  width:10px; height:10px;
  /* background: #e7e7e7; */
  background: #CFCFCF;
  cursor:pointer;
  }
div#up { position:absolute; left:1px; top:0; display:block; }  
div#down { position:absolute; left:1px; bottom:0; display:block; }

/* 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; 
    } 
div#scrollLinks {
	display:block; 
	float: right;
	padding:5px 5px 0 0;
}