/* MediaPlayer stuff - 2008 */

.playerBox {
	width: 208px;
	margin-bottom: 1em;
	display: block;
}
.headPlayer {
	width:208px;
	background-image: url(../images/General-Images_BACKEND/boxes/head_208.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
.playerholder {
	padding-right: 0.8em;
	padding-left: 0.8em;
	padding-top: 1em;
	padding-bottom: 0.6em;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #e5e5e5;
	border-left-color: #e5e5e5;
	text-align: center;
}
.playerholderLeftText {
	text-align: left;
}
