.box_headline {margin: 0px 12px 6px 0px; padding: 6px; background-color: #fff; height: 410px;}
 
.box_headline h1 { padding: 4px 0px;}

.headline_article_holder { width: 100%; overflow:hidden;}
/*.headline_article_holder { width: 100%; overflow:hidden; background-color: #EEEEEE; float: left; margin-top: -152px;padding: 4px;}*/

.headline_image { 
	width:420px;
	height: 320px;
	overflow: hidden; 
	position: static; 
	display: block; 
	text-align: center;
}

.headline_image div.image_caption { 
	position: static; 

}

.headline_body { padding: 6px;}

.headline_link { text-align: right; font-weight: bold;}

.player { background: url(../img/headlines_player_top_bg.gif) top repeat-x; margin: 6px 0px; padding: 6px;}

.player ul { padding-top: 2px; text-align: right;}

.player li {display: inline;}

.player a {padding: 2px 6px;}

.player a:link, .player a:visited {
	color: #fff;
	background-color: #A5A5A5;
	text-decoration: none;
}

.player a:hover {
	color: #C90404;
	background-color: #B7B8B8;
	text-decoration: none;
}

.player a.active, .player a:visited.active {
	background-color: #C90404;
	color: #FFFFFF;
	font-weight: bold;
}

