.box_headline {margin: 0px; padding: 0px; background: #eee url(../img/headlines_rounded.gif) top left no-repeat; height: 255px; position: relative;}

.box_headline h1 { padding: 4px; }

.headline_article_holder { width: 510px; overflow:hidden; background-color: transparent; float: left; position: absolute; left:6px; top: 6px;}

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

.headline_image div.image_caption { 
	position: absolute; 
	bottom: 0; 
	left: 0px;
	width: 290px; 
	text-align: left;
	font-size: 11px; 
	color: #FFFFFF; 
	background-color: #000000;
	padding: 3px;
	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: 0px 6px; color: #555143;}

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

.player { margin: 6px 0px; padding: 6px; width: 225px; height: 30px; position:relative; top: 212px; left: 299px;}

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

.player li {display: inline;}

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

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

.player a:hover {
	color: #eeeeee;
	background-color: #555143;
	text-decoration: none;
}

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