/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold1 { 
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
	z-index:100; 
}
div#wn1 { 
	position:absolute; 
	left:0px;
	top:0px;
	width:100%;
	height:100%; 
	/*clip:rect(0px, 100%, 100%, 0px); */
	overflow:hidden;	
	z-index:1; 
}
div.content { 
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px; 
	z-index: 1;
}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar1 {
	position: relative;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 9px;
	font-size: 1px;
	z-index: 1;
}
div#track1 {
	position: absolute;
	left: 9px;
	top: -1px;
	width: 600px;
	height: 11px;
	background-image: url(../images/dw_track.gif);
	z-index: 1;
}
div#dragBar1  {
	position: absolute;
	height: 9px;
	background-color: #bebebe;
	z-index: 2;
}
div#left1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 9px;
	height: 9px;
	z-index: 2;
}  
div#right1 {
	position:absolute;
	left: 610px;
	top: 0px;
	width: 9px;
	height: 9px;
	z-index: 2;
}