   /************************************************/
  /* NEWS HEADLINES                               */
 /* properties for rotating news headlines       */
/************************************************/
a.news_headlines
{
	color: #000000;
	display: block;
	height: 24px;
}
a.news_headlines:hover
{
	color: #000000;
}

#news_box_preloading
{
	height: 190px;
	vertical-align: middle;
}

#loading_news_headlines
{
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 4px;
}

#news_box_loaded
{
	position: relative;
	display: none;
	height: 190px;
}

div.news_rotator_headlines
{
	text-align: left;
	vertical-align: middle;
	float: left;
	width: 334px;
	height: 190px;
}

div.news_rotator_headline_idle, div.news_rotator_headline_active, div.news_rotator_headline_hover
{
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	padding: 3px;
}

div.news_rotator_headline_idle
{
	background-color: #93c2e9;
}

div.news_rotator_headline_active
{
	background-color: #4b4b4b;
}

div.news_rotator_headline_hover
{
	background-color: #f1f1f1;
}

div.news_rotator_picture
{
	float: left;
	width: 646px;
	height: 182px;
	position: relative;
	background-color: #000000;
	border: 4px #4b4b4b solid;
}

div.news_headline_image
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 646px;
	height: 182px;	
}
