div#content div#whitestripe {
	position:absolute;
	top:190px;
	left:55px;
	height:25px;
	width:510px;
	overflow:hidden;
	visibility:hidden;
	background-color:#FFFFFF;
}

div#content div#hold {
	line-height:15px;
	position:absolute;
	top:215px;
	left:55px;
	height:325px;
	width:510px;
	overflow:hidden;
	visibility:hidden;
	background-color:#FFFFFF;
}

/* 
   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; 
	width:490px;
	height:324px; 
	overflow:hidden;	
	z-index:1; 
}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
	position:absolute; 
	right:3px; 
	top:0px;
	width:7px;
	height:324px; 
	font-size:1px; 
	z-index:1;
}

div#track {
	position:absolute;
	left:1px;
	top:7px;
	width:8px;
	height:310px;
	z-index:1;
	background-image: url(../images/scroll_bg.gif);
	background-repeat: repeat-y;
	background-position:right;
}
div#dragBar {
	position:absolute;
	left:0px;
	top:0px;
	width:7px;
	height:10px;
	z-index:1;
	background-color: #999;
} 

/* 
   END Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
