/* news ticker 
	see divscroller.js
*/
/* vertical news ticker in white box */
div#ticker {
	 	/* this is the viewport on the scrolling box */
		top: 66px;
    left : 680px;
    width : 200px;
		height: 100px;
  /* top right bottom left */
		overflow : hidden;
  }

img#tickerhead {
	position: absolute;
	left: 680px;
	width: 200px;
	height: 21px;
	top: 45px;
}

div#ticker_contents {
	/* this is the scrolling box */
	position: absolute;
	width: 100%;
	top: 100px;			/* top must equal div#ticker's height */
	left: 0px;
}


div.ticker {    
		padding : 0 2px;
    margin : 0 0 10px;
  }
	
div.ticker table {
	width: 95%;
}

div.ticker td {
	text-align: justify;
}
