#newsplayer {  width:575px;
  text-align:left;
  position:relative;
}

#newsplayer_buttons {	position:relative;
	float:left;
	width:172px;
	z-index:1500;
}

#newsplayer_buttons a {	color:white;
	text-decoration:none;
}

#newsplayer_image .text_bg {	position:absolute;
	top:185px;
	left:163px;
	width:395px;
	height:65px;
	background:black;
  opacity: .50;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -khtml-opacity: .50;
  -moz-opacity: .50;
  z-index: 9999;
}

#newsplayer_image {	width: 422px;
	height: 260px;
	margin-left: 145px;
}

*:first-child+html #newsplayer_image {
  margin-top: -260px;
}

#newsplayer_image a {	display: block;
	width: 422px;
	margin-left: 3px;
	height: 260px;
	margin-bottom: -260px;
	background: #333;
	text-align: center;
}

#newsplayer_image img {
	max-height: 260px;
	max-width: 422px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}

.newsplayer_text_container {	position:absolute;
	z-index: 99999;
	top:185px;
	left:163px;
	width:378px;
	height:60px;
	color:white;
	font:11px arial;
	margin-left:5px;
	margin-top:2px;
	z-index:9999999;
	overflow: hidden;
	text-align: left;
}

.newsplayer_text_container a {	color:white;
	font-size:10px;
}

.newsplayer_text_container .title{
	font:bold 12px arial;
}

.newsplayer_text_container .title a {	font:bold 12px arial;
	color:white;
}

/* ======== white-angle links ======== */
#newsplayer_whiteangle {
	position:relative;
	z-index:5;
  float:right;
  top:235px;
  left:-17px;
	background:url(../images/newsplayer/whiteangle.png);
	background-repeat:no-repeat;
	height:17px;
	padding-right:3px;
	padding-left:17px;
	z-index:1000;
	display: none;
}

#newsplayer_whiteangle a {
  padding-right:8px;
  background:url(../images/newsplayer/whitearrow.png);
  background-repeat:no-repeat;
  background-position:right;
  font:bold 11px arial;
	color:white;
}


/* =========== Red buttons ============ */

#newsplayer .button {	width:172px;
	background:url(../images/newsplayer/redbutton.jpg);
	background-repeat:no-repeat;
	padding-top:3px;
	cursor:pointer;
}

#newsplayer .button:hover {	background:url(../images/newsplayer/redbutton_darker2.jpg);
	background-repeat:no-repeat;
}

#newsplayer .button .content {
  margin-left:5px;
  margin-right:4px;
  height:49px;
  width:139px;
  overflow:hidden;
  color:#e9d9d9;
  font:11px arial;
}

#newsplayer .button .content:hover {	color:white;
}

#newsplayer .content .title {
	font:italic bold 1.125em arial;
}



#newsplayer .button_selected {
	width:172px;
	background:url(../images/newsplayer/redarrow.png);
	background-repeat:norepeat;
	padding-top:3px;
}


#newsplayer .button_selected .content {  margin-left:5px;
  margin-right:4px;
  height:49px;
  width:139px;
  overflow:hidden;
  color:white;
  font:11px arial;
}

#newsplayer .button_selected .title {	font:italic bold 1.125em arial;
}

