@charset "utf-8";
/* CSS Document */

#scrollbar img {
    display:block; 
    } 

#wn {
	margin: 90px 0 0 0;
	padding: 5px;
	width: 234px;
	height: 455px;
	float: right;
	position: relative;
    overflow: hidden;
}

#wn_exhibition {
	margin: 0 0 0 0;
	padding: 5px;
	width: 600px;
	height: 455px;
	float: right;
	position: relative;
    overflow: hidden;
}

#lyr1 {
    margin: 0;
	padding: 0;
	float: left;
	width: 224px;
}

#lyr1 p{
	font-style: normal;
	text-decoration: none;	
}

#lyr1_exhibition {
    margin: 0;
	padding: 0;
	float: left;
	width: 555px;
}

#lyr1_exhibition p{
	font-style: normal;
	text-decoration: none;	
}
#scrollbar { 
  float: right;
  position: relative;
  width:11px; height:455px; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }

#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:431px;
  background-color:#8F8F8F;
  }
  
#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
  }  
  
#up { position:absolute; left:0; top:0; 
}  

#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) */
#scrollbar img {
    display:block; 
    } 
