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

div#wn	{ 
    position:relative;
    width:375px; height:280px;
	
    overflow:hidden;
	}
    
div#scrollbar { 
  position:relative;
  width:5px; height:260px; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:2px; height:240px;
  background:url(../images/spacer.gif)
  repeat-y; width:11px;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:0px; height:0px;
 
  }  
  
 
div#down { position:absolute; left:0; bottom:0; right:5px; }

/* 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; 
    }
	
	.lyr1{ padding-bottom:200px;}
	
	
	
	
	