/**
* Filters
*/
.mediaplugin_html5audio,
.mediaplugin_html5video,
.mediaplugin_swf,
.mediaplugin_flv,
.mediaplugin_real,
.mediaplugin_youtube,
.mediaplugin_vimeo,
.mediaplugin_wmp,
.mediaplugin_qt {
display: block;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
/*
* mp3 player colours -this read using JS and applied to swf audio flow player
* see http://flowplayer.org/documentation/skinning/controlbar.html?skin=default for more color properties,
* any property that ends with '...Color' is supported here.
*/
.mp3flowplayer_backgroundColor {
color: #000000;
}