.box_headline {margin: 0px 10px 10px; padding: 10px; background-color: #EAEAEA; height: 330px;}

.box_headline h1 { padding: 4px;}

.headline_article_holder { width: 450px; overflow:hidden; background-color: #EEEEEE; float: left;}

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

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

.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: 230px;}

.player li {border-bottom: 1px solid #edebd5;}

.player a {padding: 5px 5px 5px 25px; display: block;}

.player a:link, .player a:visited {
	color: #edebd5;
	background: #736d65 url(../img/player_inactive.gif) bottom left no-repeat;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	height: 55px;
}

.player a:hover {
	color: #FFF;
	background: #554d49 url(../img/player_active.gif) bottom left no-repeat;
	text-decoration: none;
}

.player a.active, .player a:visited.active {
	color: #FFF;
	background: #554d49 url(../img/player_active.gif) bottom left no-repeat;
}
