#headline {
	background: url(../img/rotating_headlines_border_leftright.gif) top left repeat-y;
	width: 470px;
	margin-bottom: 10px;
}

.box_headline {
	background: url(../img/rotating_headlines_border_top.gif) top left no-repeat;
	width: 470px;
}

.box_headline h1 { padding: 4px 0px;}

#headline_article_holder {
	/* width: 100%; overflow:hidden; */
	background: url(../img/rotating_headlines_border_bottom.gif) bottom left no-repeat;
	padding: 10px;
}

.headline_image { 
	/*width:318px;
	height: 236px;*/
	overflow: hidden; 
	position: relative; 
	display: block; 
	text-align: center;
	float: right;
	margin-left: 10px;
}

.headline_image div.image_caption { 
	position: absolute; 
	bottom: 0; 
	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_image_big { 
	width:450px;
	height: 300px;
	overflow: hidden; 
	display: block; 
	text-align: center;
	margin: 10px 0;
	z-index:1;
	position:relative;
}

.headline_body {
	padding: 6px;
   color: #fff;
   font-size:14px;
   height:40px;
	background: url("../img/space_black_trans.png") repeat top left !important;
	margin-top:-63px;
	z-index:2;
	position:relative;
}

.headline_link { text-align: right; font-weight: bold;display:none;}

.player {
	float: right;
	height: 31px;
	margin-top: 1px;
	position:relative;
	z-index:3;
	margin-top:-290px;
}

.player ul {
	float: left;
	height: 25px;
	padding: 3px;
}

.player li {
	float: left;
	width: 23px;
	height: 24px;
	margin: 0px 2px;
}

.player a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	width: 23px;
	height: 24px;
	line-height: 24px;
	background: url(../img/rotating_headlines_circle.png) top left no-repeat;
	display: block;
	text-align: center;
}

.player a:link, .player a:visited {	
}

.player a:hover {
	color: #444444;
}

.player a.active, .player a:visited.active {
	background: url(../img/rotating_headlines_circle_active.png) top left no-repeat;
}
h1 a {
	color: #fd28c5;
    font-size: 24px;
}

