
#rotating_headlines {
border:1px solid #CCCCCC;
background-color:#fff;
float:right;
height:220px;
margin:0 0 40px 10px;
padding:4px;
width:330px
}
 
	

.box_headline h1 { padding: 4px 0px;}
.headline_article_holder { width: 330px; overflow:hidden;}

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

.headline_image div.image_caption { 
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 330px; 
	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: 2px;}
.headline_link { text-align: right; font-weight: bold;}
.player { background: url(../img/headlines_player_top_bgz.gif) top repeat-x; margin: 2px 0px; padding: 2px;}
.player ul { padding-top: 0px;}
.player li {display: inline;float:left;margin:0 0 0 1px;}
.player a {padding: 3px;}

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

.player a:hover {
	color: #ECF7FC;
	background-color: #409F5F;
	text-decoration: none;
}

.player a.active, .player a:visited.active {
	background-color: #409F5F;
	color: #FFFFFF;
	font-weight: bold;
}
/*.player { background: url(../img/headlines_player_top_bgz.gif) top repeat-x; margin: 2px 0px; padding: 2px;}
.player ul { height: 10px; text-align:center;}
.player li {display: inline; float:left; margin:0 0 0 4px; width:10px;height:10px;}

.player a {
  background-image: url('../img/btn10x10rotater_circ.gif');
  background-position:left bottom; 
  width:10px;
  height:10px;
  display:block;
  background-repeat:no-repeat;
}

.player a:link, .player a:visited {
background-position:left bottom;
}

.player a:hover {
}

.player a.active, .player a:visited.active {
  background-position:left top;
}*/
