@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
   * { 
      font-family:verdana, arial, helvetica, sans-serif;
      font-size:100.01%;
   }
   html {
      height:100%;
      width:100%;
   }
   body {
      color:#fff;
      background-color:#000;
      font-size:0.8em;
      line-height:1.4em;
      padding:1em 0;
      margin:0;
   }
   a {
      color:#353535;
      text-decoration: none;
   }
   h1 {
      font-size:2.2em;
      text-align:center;
      margin:0.4em 0 1.3em 0;
   }

      #container {
      position: absolute;
      top: 50%;
      left: 0px;
      width: 100%;
      height: 1px;
      overflow: visible;
      visibility: visible;
      display: block
   }
   #content {
      width: 550px;
      height: 310px;
      margin-left: -275px;
      position: absolute;
      top: -155px;
      left: 50%;
      text-align: center;
   }

   .centered_div {
      position: absolute;
      text-align: center;
      width: 74%;
      height: 60%;
      top: 50%;
      left: 50%;
      margin-left: -37%;
      margin-top: -30%;
   }

   .sunset {
      background: black url(/images/sunset.jpg) fixed center no-repeat;
   }

   .highslide-container {
      z-index:10003 !important;
   }

   .highslide-credits {
      display:none !important; 
   }
   
}
