/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/

#scroller
{
display: table;
clear: both;
width: 100%;
background-image: url("../images2/nav_01.gif");
background-repeat: no-repeat;
background-position: left top;
}

a img { border:none }


div#hold	{ 
	position:relative; overflow:hidden;
	width:130px; height:210px; 
  z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:130px; height:210px; 
	clip:rect(0px, 160px, 210px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:20px; top:0px; 
	z-index:1; 
	padding-left: 4px;
	}

/* 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:11px; height:210px; 
  font-size:1px; z-index:1;
  }
div#track { 
position:absolute; left:0; top:24px;
width:25px; height:162px;
background-image: url("../images2/scroller/track.gif");
background-repeat: repeat-y;
background-position: center top;
z-index:1;
}
div#dragBar {
z-index:1;
cursor: pointer;
position:absolute; left:0px; top:1px;

margin-left: 4px;
width:12px;
background-color: #ff0000;
border: 2px solid #000000;

/*
width:25px;
margin-top: 15px;
background-image: url("../images2/scroller/dragbar.gif");
background-repeat: no-repeat;
background-position: center top;
background-color: transparent;
*/

}  
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 */  
table.main { 
background-color: transparent;
width:165px; 
text-align:left;
margin-top: 110px;
margin-left: auto;
margin-right: auto;
margin-bottom: 35px;
}
table.main td.text, table.main td.navs { vertical-align:top; text-align:left }
td#scrollLinks  { width:35px }
td.navs ul { margin:0; padding:0; list-style:none }
td.navs ul li { margin:0 0 .6em .4em }
td.navs ul li a { text-decoration:none }
td.navs ul li a:hover { text-decoration:underline }