/* 
   Styles for scrolling layers  
	 Specify width and height in hold  (style for wn on layer page, set clip in wn) */
div#hold	{ 
	position:absolute; overflow:visible;
	left:6px; top:4px; 
	width:420px; height:280px; 
  z-index:0; 
	}
div.content {
	position:absolute;
	left:0px;
	top:5px;
	z-index:1;
	overflow: visible;
	width: 420px;
	}
div#wn	{ 
	position:absolute; 
	left:6px; top:4px; 
	width:424px; height:280px; 
	clip:rect(0px,424px,280px,0px); 
	overflow:hidden;	
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:1px; top:0px;
  width:14px; height:282px; 
  z-index:1;
  
  }
div#track {
	position:absolute;
	left:3px;
	top:14px;
	width:8px;
	height:252px;
	border-color: #FF6633;
	border-style: solid;
	border-width: 1px;
	z-index: 2;
  }
div#dragBar {
	position:absolute;
	left:2px;
	top:0px;
	width: 6px;
	height: 6px;
	background-color: #E3E3E3;
	z-index: 0;
  }  
div#up {
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}  
div#down {
	position:absolute;
	left:0px;
	bottom:0;
	z-index:3;
	top: 270px;
}  
/* Styles for demo, not necessary for scrolling layers */  
body  {
	overflow:hidden;
	text-align:left;
	font: 10px verdana, arial, helvetica, sans-serif;
	line-height: 15px;
}  
a:link, a:visited { color:#339 }	
a img { border:none }
p { margin: 0 0 .6em 0 }
h2 { font-size:1.5em; margin:0 0 .6em 0 }
h3 { font-size:1.1em; margin:0 0 .6em 0 }
div.content { text-align:left }
