/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/

div#hold{ 
	position:relative; 
	overflow:hidden;
	width: 392px;
	height: 368px;
	z-index:1000; 
}

div#wn	{ 
	position:absolute; 
	left: 38px; top:270px; 
	width:340px; height:75px; 
	clip:rect(0px, 340px, 75px, 0px); 
	overflow:hidden;	
	z-index:1100;
}

div#hold{
	position: relative;
}

div.content { 
	position:absolute;
	left:0px; top:0px; 
	z-index:1200; 
	width:340px;
}

/* Set small font-size or size/position of div's will be off in some browsers  */

div#scrollbar { 
	position:relative; left: 363px; top:271px;
	width:7px; height:67px; 
	font-size:1px;
	z-index:5100; 
}

div#track { 
	position:relative; left:0; top:0px;
  	width:7px; height:67px;
  	background-color: #ab3526;
	z-index:1500; 
}

div#dragBar {
	position: absolute;
	top: 0px; left: 0px;
	width:5px; height:17px;
	background-color:#571c02;
	z-index:1500; 
}