/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/

h1 		{
	color: FFCC99;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}


div#hold	{ 

	position:relative; overflow:hidden;
	width:175px; height:225px; 
  	z-index:100; 
	}
div#wn	{ 

	position:absolute; 
	left:3px; top:2px; 
	width:175px; height:225px; 
	clip:rect(0px, 171px, 225px, 0px); 
	overflow:hidden;	
	z-index:1; 
	
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

.newsdate {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

div#scrollbar { 
  position:relative; left:0; top:0;
  width:15px; height:225px; 
  font-size:1px; z-index:1;
border:0px;
  }
div#track { 
  position:absolute; left:0; top:11px;
  width:13px; height:205px;
  background: url("../images/track.gif") #474747 repeat;
  z-index:1;
border:0px;
  }
div#dragBar {
  position:absolute; left:0px; top:26px;
  width:11px; height:27px;
  background: url("../images/drag.gif") #343434;
  background-repeat:no-repeat;
  background-position:center;
  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 }

a img { border:none }
