$(function() {
	$('a.media_audio').media( { width: 300, height: 20 } );
});
$(function() {
$('a.media_video').media();
});
