@charset "UTF-8";
/* CSS Document */
div#scrollbar1, div#scrollbar2, div#scrollbar3, div#scrollbar4 {
  display:none; /* initially display:none; to hide from incapable. Must place before javascript processing! */
  }
  
/* initially display size and overflow is set to auto for browser scroll. Must place before javascript processing! */  
div#wn1	{ 
    position:relative;
    width:500px; height:365px;
    overflow:auto;
	}
	
div#wn2	{ 
    position:relative;
    width:405px; height:365px;
    overflow:auto;
	}
	
div#wn3	{ 
    position:relative;
    width:405px; height:365px;
    overflow:auto;
	}
	
div#wn4	{ 
    position:relative;
    width:405px; height:365px;
    overflow:auto;
	}
	
