#headline_top{height: 23px; width: 670px;}
.box_headline {height: 380px;}

.box_headline h1 { padding: 0px;}

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

.headline_image { 
	width:500px;
	height: 336px; 
	overflow: hidden; 
	position: relative; 
	display: block; 
	text-align: center;
}

.headline_image h1 a{color : #004791;}
.headline_image h1 a:hover{ text-decoration:none; color:#FF2727;}

.headline_image div.image_caption { 
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 496px; 
	text-align: right;
	font-size: 16px; 
	font-weight:bold;
	color: #000000; 
	background-color: #efefef;
	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;}

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

.player { margin: 0px; padding: 0px;}

.player ul { 
	padding-top: 0px; 
	display: block;
	width: 100%;
	overflow: hidden;
}

.player li {
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 10;
	border: 1px solid #D5D5D5;
	display: block;
	float: right;
	list-style: none;
}

.player a {
	padding: 0px;
	display:block;
}

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

.player a:hover {
	color: #ffdb5f;
	background-color: #B7B8B8;
	text-decoration: none;
}

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

.player h1 a:hover {
	color: #ffdb5f;
	background-color: #B7B8B8;
	text-decoration: none;
}

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

