﻿<!----------------------------------- NEW Scroll CSS --------------------------- -->

div#article{ 
	position:relative; 
	}


div#hold	{	
	position:relative; 
	float:left;
	overflow:hidden;
	width:185px; /* Width was throwing off spacing in ie */
	height:320px;
	z-index:100;
	}
	
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:190px; height:320px; 
	clip:rect(0px, 190px, 320px, 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#scrollbar {
	position:relative;
	float:right;
	width:11px;
	height:320px;
	font-size:1px;
	z-index:1;
	margin-right: 5px;
  }
  
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:295px;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:10px;
  background-color:#303030;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

div#article p {
	margin-bottom: 10px;
}


.none {
	POSITION: absolute;
	display:block;
	background-color: #000;
	text-indent: 200pt;
	height: 20px;
	width: 20px;
	overflow: hidden;
	top: 900px;
}
