/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/

div#wn	{ 
	position:relative; 
	width: 730px;
	height:500px;
	/*clip:rect(0px, 482px, 320px, 0px);*/
	overflow:hidden;	
	z-index:1;
	}
div.content { 
	position:absolute; 
	visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	padding-right:20px;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar  
{
  position:absolute; 
  margin-top:-28px;
  left:715px;
  width:5px; 
  height:449px; 
  font-size:1px; 
  z-index:1;
  }
div#track { 
  position:absolute; left:1px; top:40px;
  width:11px; height:475px;
  background: url("images/track.gif") #336 repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:0px; top:6px;
  width:9px; height:20px;
  background-color:#ceced6;
  z-index:1;
  }  
div#up { position:absolute; left:1px; top:27px; z-index:2 }  
div#down { position:absolute; left:1px; bottom:-79px; z-index:3 }  
a img { border:none }
