.streamPlayer,.exp-player,.redirect-player {
	position: relative;
	text-align: center;
}

.streamPlayer,.exp-player,.redirect-player {
	width: 468px;
	height: 351px;
}

.exp-player.audio {
	width: 468px;
	height: 15px;
}

.info {
	width: 400px;
	position: absolute;
	top: 40%;
	left: 49px;
	background: #eee;
	padding: 5px;
	border: 1px solid #666;
	color: #000;
}

.play,.desc {
	display: none;
}

.redirect-player {
	background-color: #000;
	padding-bottom: 5px;
}

.redirect-player p {
	margin: 0;
	padding-left: 40px;
	top: 336px;
	width: 100%;
	height: 14px;
	color: #cacaca;
	position: absolute;
	font-size: 90%;
	line-height: 150%;
	text-align: left;
	background: transparent url("/wp-includes/rpl/title_bar.gif") no-repeat bottom left;
}

.redirect-player img {
	position: absolute;
	top: 294px;
	left: 384px;
}

.redirect-player a {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 14em;
	left: 19.8em;
	background: transparent url("/wp-includes/rpl/play.gif") no-repeat 50% 0;
}

.redirect-player a:hover {
	background-position: 50% 100%;
}