/* CSS Document */

/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold { 
	position:relative; overflow:hidden;
	width:335px; height:340px; 
	z-index:100; 
}
div#wn	{ 
	position:absolute; 
	left:6px; top:-5px; 
	width:335px; height:340px; 
	clip:rect(0px, 500px,340px, 0px); 
	overflow:hidden;	
	z-index:1; 
	
}
div.content { 
	position:absolute; visibility:hidden;
	left:-2px; 
	top: 50px;
	z-index:1; 
	width: 330px;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
 	position:relative; 
	top: 320;
	left: 6;
  	width:340px; height:17px; 
  	z-index:1;
	font-size: 1px;
  	border-top: 8px solid #000000;
	background-color:#3a3a3a;
	padding: 3px 0px 3px 0px;  }

  
div#up { z-index:3; float: right; margin-right: 11px; }  
div#down { z-index:2;float: right;  margin-right: 7px;}  


a img { border:none }
