
function multigallery_toggle_player(media_id) {
	player_id = '#multigallery_player_' + media_id;
	
	$(player_id).toggle();
}