/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/

#divContainer_1	{
	position:relative;
	border: 1px dotted #A6A6A6;
	top:-1px;
	width:173px;
	height:300px;	
	overflow:hidden;
	z-index:1;
	}
	
#divContent_1{
	position:absolute;
	padding:5px;
	left: -4px;
	top: 0px;
}

td#scrollLinks  {
	width:25px;
	padding-left: 7px;
	padding-top: 20px;
}
#divContainer_2 {

	position:relative;
	border: 1px dotted #A6A6A6;
	top:-1px;
	width:173px;
	height:275px;	
	overflow:hidden;
	z-index:1;
}
#divContent_2 {

	position:absolute;
	padding:5px;
	left: -4px;
	top: 0px;
}
