/**
 * gallery.css
 *
 * Style sheet
 *
 * @author      Dave Leach
 * @copyright   Damil Ltd, 2008
 * @id          $Id: gallery.css 580 2009-09-06 22:11:27Z Dave $
 */

@import url("slidingtabs.css");

/*
 * Simple Gallery
 *
 */
#sg_aircraft, #sg_tigermoth, #sg_flight {
    position: relative;
    visibility: hidden;
    border: 1px solid #999;
}
#sg_aircraft  .gallerydesctext,
#sg_tigermoth .gallerydesctext,
#sg_flight    .gallerydesctext {
    text-align: left;
    padding: 2px 5px;
}
