/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/

div#hold	{ 
position:relative;
overflow:hidden;
  z-index:100; 
	}


div#hold, div#wn {
	width:265px; height:220px; 

}

div#wn	{ 
	text-align:left;
	background:#FFFFFF;
	clip:rect(0px, 265px, 220px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}

div.content { 
	position:absolute; 
	z-index:1; 
	padding-right:10px;
	}

div#scrollbar { 
  position:relative; left:0; top:0px;
  width:11px; height:200px; 
  z-index:1;
  }
div#track { 
  	margin-top:2px;
  	margin-left:2px;
  	width:11px; height:190px;
  	background:#FFFFFF;
  	border:1px solid #ad9583;
	z-index:1;
  }
div#dragBar {
position;absolute;
left:4px; top:1px;
  width:11px; height:20px;
  background-color:#6d4224;
  z-index:1;
    position:absolute; margin-left:2px; margin-top:15px;
  z-index:1;

  }  
  

div#up { padding-left:2; z-index:2 }  
div#down { padding-left:2; margin-top:2px; bottom:5px; z-index:3; }  

img {
border:none;
}


/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/

div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	overflow:hidden;	
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
