/*
   Styles for scrolling layers
	 Specify width and height in hold and wn, and in clip for wn
*/
div#hold	{
	position:relative; overflow:hidden;
	width:131px; 
	/*height:567px;
	*height:560px;*/
	height:570px;
	z-index:100;
	padding:0px;
	margin:0px;
	background: #8F8174;
	}
	
div#wn	{
	position:absolute;
	left:0px; top:0px;
	width:131px; 
	/*height:567px;
	*height:560px;*/
	height:570px;
	clip:rect(0px, 139px, 450px, 0px);
	overflow:hidden;
	z-index:1;
	padding:0px;
	margin:0px;
	}
div.content {
	position:absolute; visibility:hidden;
	left:0px; 
	top:0px;
	z-index:1; color:#606363;
	padding:0px;
	margin:0px 0px 0px 0px;
	}
div.content table{
	margin-bottom: 5px;
}
/* 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:15px; 
  /*height:567px;
	*height:560px;*/
	height:570px;
  font-size:1px; z-index:1;
  background: #625751;
  padding:0px;
	margin:0px;
  }
div#track {
  position:absolute; left:0; top:0px;
  width:15px; 
  /*height:434px;*/
  background: #625751;
  z-index:1;
  padding:0px;
	margin:0px;
  }
div#dragBar {
  position:absolute; left:0px; top:0px;
  width:14px; 
  height:195px;
  background: #ffffff url(../scrollbar.gif) no-repeat scroll 0% 50%;
  border-top:0px solid #625751;
  border-right:1px solid #625751;
  border-bottom:0px solid #625751;
  z-index:1;
  padding:0px;
	margin:0px;
  }
div#up { position:absolute; left:0; top:0; z-index:2; padding:0px;margin:0px;}
div#down { position:absolute; left:0; bottom:0; z-index:3;padding:0px;margin:0px; }
div#up2 { position:absolute; left:0; bottom:12px; z-index:2; padding:0px;margin:0px;}
div#down2 { position:absolute; left:0; top:12px; z-index:3;padding:0px;margin:0px; }
a img { border:none }
div.content { text-align:left }
table.main {
  width:145px;
  margin:0px;
  text-align:left;
  }
table.main td.text { vertical-align:top; text-align:left }
td#scrollLinks  { width:15px }
