/*
 * player window styles
 */
.streamPlayer, .externalPlayer, .MP3externalPlayer{
	position:relative;
	text-align:center;
/*	border:1px solid #999;*/
/*	padding:5px;*/
	margin-bottom:1em;
}
.streamPlayer, .externalPlayer{
	width:468px;
	height:351px;
}
.MP3externalPlayer{
	width:468px;
	height:15px;
}
.info{
	width:400px;
	position:absolute;
	top:40%;
	left:49px;
	background:#eee;
	padding:5px;
	border:1px solid #666;
	color: #000;
}
.playMe, .playSWF, .playMP3, .desc{
	display:none;
}

