/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:550px; height:260px; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:1px; 
	width:550px; height:260px; 
	clip:rect(0px, 550px, 260px, 0px); 
	overflow:hidden;	
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	}


div#holdside	{ 
	position:relative; overflow:hidden;
	width:185px; height:250px;
	left:3px;
	top:3px;
	}
div#wnside	{ 
	position:absolute; 
	left:0px; top:1px; 
	width:185px; height:250px; 
	clip:rect(0px, 185px, 250px, 0px); 
	overflow:hidden;
}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:5px; height:260px; 
  font-size:1px;
  }
div#track { 
  position:absolute; left:1px; top:12px;
  width:11px; height:234px;
  background: url("../images/scroll-tile2.gif") #FFFFFF repeat-y;
  }
div#dragBar {
  position:absolute; left:0px; top:1px;
  width:9px; height:20px;
  background-color:#FFFFFF;
  border:1px solid #a8a7ce;
  }
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

/* Styles for demo, not necessary for scrolling layers */  
a img { border:none }
