﻿.noPrint, .sf-menu, .utility, .navBar, object, .foot {
    DISPLAY: none; VISIBILITY: hidden
}
.flash table
{
    display:block; visibility: visible;
}

/*
Notes: Photo gallery related print CSS, should be added to site print stylesheet.
*/

/* your photo */
.yourphoto .contentarea 
{
    display: none;
}
/* photo gallery */
.photogallery .featureheader
{
    display: none;
}
#gallery ul
{
    display: none;
}