
#mediaspace{
	margin:auto;
	text-align:center;
}

/*input{
	width:66px;
	border:#cccccc 1px solid;
}
	
#player{
	width:100%;
	height:600px;
	border:1px solid #cccccc;
	background:#EEF0D2;
	text-align:center;
	margin-bottom:20px;
}

#player td{
	padding:3px;
	text-align:center;
	margin:auto;
}

#progress, #volume{
	border:#999999 1px solid;
	background:#FFFFFF;
	height:10px;
	margin:5px 0;
	cursor:pointer;
}

#slider, #volslider{
	border:#999999 3px solid;
	height:4px;
	margin:0;
	padding:0;
	width:0px;
	position:relative;
}

#player #myPlay{
	float:left;
	width:22px;
	height:22px;
}
#player #myPause{
	float:left;
	width:22px;
	height:22px;
}

div.play_on{
	background:url("../../../images/principal/player_play_on.png") no-repeat;	
}

div.play_of{
	background:url("../../../images/principal/player_play.png") no-repeat;
}

div.pause_on{
	background:url("../../../images/principal/player_stop_on.png") no-repeat;	
}

div.pause_of{
	background:url("../../../images/principal/player_stop.png") no-repeat;
}*/