.player_loading{
	position:relative;
	/* text-align:center; */
	top:-24px;
	height:24px;
	width:620px;
	background: transparent url('../images/player_over.png') repeat-x 50% 50%;
	font-family: Trebuchet MS,Arial;
	font-size: 12px;
	line-height:24px;
}

.player{
	overflow-x: hidden; 
	overflow-y: hidden; 
	display:block;
	width: 620px;
}

.audio{
	height: 24px;
}

.video{
	height: 465px;
}

.download_playing{
	text-align:center;
	width:620px;
	font-family: Trebuchet MS,Arial;
	font-size:11px;
}

.download_playing img{
	position: relative;
	top:3px;
} 

.playerhead{
	background: transparent url('../images/Player_top.jpg') no-repeat !important;
	height: 66px !important;
}

.playertopsides{
	background: transparent url('../images/Player_topPad.jpg') repeat-y;
	min-height: 24px;
	padding: 0px 21px;
}
.playermiddle{
	background: transparent url('../images/Player_middle.jpg') no-repeat;
	height: 17px;
}
.playerbottomsides{
	background: transparent url('../images/Player_bottomPad.jpg') repeat-y;
	min-height: 140px;
	padding-left: 30px;
	padding-right: 100px;
	padding-bottom: 0px;
	height:140px;
}
.playerbottom{
	background: transparent url('../images/Player_bottom.jpg') no-repeat;
	height: 62px;
	clear:both;
	padding-top:15px;
}

