#extra_controls, #scrollbar {
	display:block; /* initially display:none; to hide from incapable */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00CC99;
	padding: 0px;
	margin: 0px;
    }

div#wn	{
	position:relative;
	width:610px;
	height:380px;
	overflow:hidden;
	background-color: #F7F7F7;
	}
div.contentscroll { /* hide content to be swapped in */
	position:absolute;
	left:0px;
	top:0px;
	}
div#lyr1 { /* show first div */
    visibility:visible;
    }
div#scrollbar {
	position:relative;
	width:11px;
	height:386px;
	left: 0px;
  }
div#track {
	position:absolute;
	top:11px;
	width:11px;
	height:373px;
	background-color: #FFFFFF;
	left: 0px;
  }
div#dragBar {
	position:absolute;
	width:10px;
	height:60px;
	background-color:#CCCCCC;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	left: 0px;
  }  
div#up {
	position:absolute;
	left:0;
	top:0;
	right: 0px;
}
div#down { position:absolute; left:0; bottom:0; }

/* 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; 
    } 
    
/* for safari, to prevent selection problem */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}
