Flash Display Fixes
Displaying Flash in a browser sometimes causes display issues. Two common ones are extra space under the object and another is an outline around the object in Firefox 3.
Adding the style sheet properties below hides these issues if you are using the Satay method for embedding.
object {
display:block;
outline:none;
}











