div#wn	{ 
	position:relative;
	width:470px; height:300px; 
	overflow:hidden;	
	}
	
div#scrollbar { 
	position:relative;
	left:450px;
  width:20px; height:300px; 
  font-size:1px;  /* for image vertical alignment issue */
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:15px; height:280px;
  background: #ffcccc;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:13px; height:20px;
  background-color:#fff4f4;
  }  
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 [1]*/
div#scrollbar img {
    display:block; 
    } 



.scrollsTable
{
	 width:470px;
	 height:300px;
}

.scrollsTablea #contentColumn
{
	width:450px;
}

#lyr1
{
	width:450px;
}

.scrollsTable #scrollsColumn
{
	width:20px;
}