.box_headline {margin: 6px 6px 0px 0px; padding: 2px; background-color: #F0F0F0; height: 245px;}

.box_headline h1 { padding: 4px;}

.headline_article_holder { width: 380px;  background-color: #F0F0F0; float: left;}

.headline_image { 
	width:440px;
	height: 245px; 
	overflow: hidden; 
	position: relative; 
	display: block; 
	text-align: center;
	float: left;

}

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

.headline_body { padding: 0px 6px;}

.headline_link {font-weight: bold; border-bottom: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF; margin-top: 6px;}

.headline_link a { color: #FFFFFF;}



.player { margin: 0px; float: right; width: 270px;}

.player li {/*border-bottom: 1px solid #074D64;*/ }

.player a {padding: 2px 6px; display: block;}

.player a:link, .player a:visited {
	color: #fff;
	background: #FFFFFF url(../img/player_inactive.gif) bottom no-repeat;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	height: 45px;
}

.player a:hover {
	color: #074D64;
	background: #FFFFFF url(../img/player_active.gif) bottom no-repeat;
	text-decoration: none;
}

.player a.active, .player a:visited.active {
	color: #213c83;
	background: #FFFFFF url(../img/player_active.gif) bottom no-repeat;
}
