.box_headline {
	margin: 3px 0px 3px 0px;
	padding: 6px; background: #eee;
	height: 300px;
	overflow: hidden;
}

.box_headline h1 { padding: 0px 5px 4px;}

.box_headline h1 a { color: #C90404; font-size: 22px; }

.headline_article_holder { width: 100%; overflow:hidden;}

.headline_image { 
	width:300px;
	height: 225px; 
	overflow: hidden; 
	position: relative; 
	display: block; 
	text-align: center;
background-color: #fff;
}

.headline_image div.image_caption { 
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 300px; 
	text-align: center;
	font-size: 11px; 
	color: #FFFFFF; 
	background-color: #000000;
	padding: 0px;
	z-index: 999;
	opacity: .60;               /* Standard style for transparency */
	-moz-opacity: .60;          /* Transparency for older Mozillas */
	filter: alpha(opacity=60);  /* Transparency for IE */
}

.headline_body { padding: 4px;}

.headline_link { text-align: right; font-weight: bold;}

.player { background-color: #fff; top repeat-x; margin: 1px 0px; padding: 1px; float: center}

.player ul { padding-top: 10px;}

.player li {display: inline;}

.player a {padding: 2px 2px;}

.player a:link, .player a:visited {
	color: #fff;
	background-color: #eee;
	text-decoration: none;
}

.player a:hover {
	color: #C90404;
	background-color: #E8E8E8;
	text-decoration: none;
}

.player a.active, .player a:visited.active {
	background-color: #C90404;
	color: #FFFFFF;
	font-weight: bold;
}
