#headline { background: url(../img/t4_category_news_bg3.gif) bottom right no-repeat;}

.box_headline {
	margin: 0px 7px 6px 0px;
	padding: 20px 12px 0px 19px;
	background: url(../img/t4_category_news_bg4.gif) top left no-repeat;
	height: 404px;
}

.box_headline h1 { padding: 4px 0px; font-size: 16px; font-weight: bold;}

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

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

.headline_image div.image_caption { 
	position: absolute; 
	bottom: 0px; 
	left: 0;
	width: 312px; 
	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: 6px;}

.headline_link { text-align: right; font-weight: bold; /*display: inline;*/}

.player { border: 1px solid #cfcfcf; background: url(../img/t4_player_bg.gif) top repeat-x; margin: 6px 0px; padding: 4px;}

.player ul { padding: 7px 5px;}

.player li {display: inline;}

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

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

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

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

