#flash_content a {
    display:block;
    height:100%;
    width:100%;
    text-decoration:none;    
}
#flash_content a span.default-msg {
    visibility:hidden;
}


/* set the various sizes of flash containers */
#generic_flash_content
{
    margin:0 auto;
    text-align:center;
    height:268px;
    width:500px;
    background-color:black;
}

#snpchart_flash_content_container
{
    margin: 0 auto 10px;
    /*text-align:center;*/
    height:360px;
    width:490px;
}

#snpchart_flash_content
{
    height:360px;
    width:490px;
}

.snpchart #snpchart_flash_content_container
{
    display:none;

}

#popup_member_flash_content_container
{
    margin:0 auto;
    height:268px;
    width:569px;
    background-color:black;  /* needed to cover some glitches when layering content in ff mac */
}

#popup_member_flash_content
{
    height:268px;
    width:569px;
}

#genome101_visitor_flash_content
{
    margin:0 auto;
    height:400px;
    width:575px;
    background-color:black;
}

/* seo hidden text */
a.flash-na span
{
    display:none;
}

/* flash na pictures that show only if flash not enabled */
a.flash-na
{
    display:block;
    height:100%;
    width:100%;
}

a.flash-abouthc
{
    background: url( ../../images/page/corporate/flash_na/About-HC-FlashNA.jpg ) bottom left no-repeat;
}

a.flash-gc
{
    background: url( ../../images/page/corporate/flash_na/Genetic-Counselors-FlashNA.jpg ) bottom left no-repeat;
}

a.flash-memberpop
{
    background: url( ../../images/page/member/flash_na_overlay_pop.gif ) bottom left no-repeat;
}

a.flash-snpchart
{
    background: url( ../../images/page/member/flash_interactive_na.gif ) bottom left no-repeat;    
}

