#story_container {/*
	position:absolute;
	left:25px;
	right:25px; */
	width:478px;
	height:231px;
}

.story_container a:link    { text-decoration: none;  }
.story_container a:visited { text-decoration: none;  }
.story_container a:active  { text-decoration: none;  }
.story_container a:hover   { text-decoration: none;  }


.story {
	position:absolute;
	visibility: hidden;
/*	width: 100%;
	height: 100%; */
	color: white;
	z-index: 1;
}


#playerControls {
	position: relative;
	z-index: 1;
	width: 478px;
	height: 28px;
	background-image: url(../_img/rotator/bkgd_rotatorControl.gif);	
	text-align: right;
	margin-top: 0px;
}

.playerDescription {
	position: absolute;
	z-index: 50;
	top: 150px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
} 

#playerButtons {
	float: right;
	padding: 0 4px 0 0;
} 

#playerTextArea{
	width: 478px;
	height: 47px;
	border-top: 3px solid white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

.playerText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-top: 229px;
	width: 468px;
	height: 28px;
	padding: 10px;
	line-height: 1.4;
}

.playerText p {
 width: 458px;
}

#play_pause {
 width: 38px;
}


div.player_index {
	width:16px;
	min-width: 16px;
	height:20px;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	float:left;
	margin: 4px 2px 2px 2px;
	cursor:pointer;
	color: #626262;
}

div.player_index:hover {
	color:black;
	/*background-image: url(../_img/rotator/bkgd_playerButtonOver.gif);*/
	background-color: white;
	height: 18px;
}

div.player_index_active {
	width:16px;
	height:16px;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	float:left;
	margin: 4px 2px 2px 2px;
	cursor:pointer;
	color:black;
}

div.player_index_active:hover{
	/* background-image: url(../_img/rotator/bkgd_playerButtonOn.gif); */
	background-color: #c80402;
	color:white;
	height: 18px;
}