/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:425px; height:254px; 
  z-index:1; 
	}
	
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width:425px; height:249px; 	
	overflow:hidden;	
	z-index:1; 
	}
div.content {
	position:absolute;
	visibility:visible;
	left:0px;
	top:0px;
	z-index:1;
	vertical-align: top;
	font-family:Tahoma;
	font-size:10px;
	color:#616161;
	font-weight: normal;
	width: 425px;
	}
	 
	

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative;  top:4px;
  width:7px; height:240px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:relative; 
  left:0px;right:0; top:5px;
  width:9px; height:230px;
  background: #EFEFEF;
  z-index:-1;
  }
div#dragBar {
  position:relative;  top:1px; 
  width:7px; height:5 px;
  background-color:#CC99CC;
  z-index:1;
  }  
div#up { position:absolute;  top:0; z-index:2 }  
div#down { position:absolute; bottom:0; z-index:3 }  

/* Styles for demo, not necessary for scrolling layers */  


	
a img { border:none }
