/**
 * eSlides.css
 * Copyright (C) 2004 Edmond Lau <edmond@mit.edu>, <edmondlau@gmail.com>
 *
 * This eSlides.css stylesheet was generated by the eSlides tool.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version. 
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */

body {
  background-color: #ffffff;
  color: #000000;
  margin: 1em 30px 0 30px;
  /* 5xTHUMBNAIL_SIZE + 2*BORDER */
  width: 935px;
  font-family: verdana, helvetica, arial, sans-serif;
}

div.title {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0px 200px 0.75em 200px;
  text-align: center;
}

div.navlink {
  font-size: .8em;
  position: absolute;
  top: 1.5em;
}

div.navlink:hover {
  cursor: pointer;
}

div.film {
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 3px 30px 3px 30px;
  border-color: #777777;
}

div.film div.filmstrip {
  width: 875px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

div.film div.filmstrip div.cells {
  /* thumbnail height + thumbnail border +  slide padding + selection border =
     thumbnail height +      2*1         +      2*3       +      2*3         = thumbnail_height + 14px      */
  height: 137px;
  position: relative;
}

div.film div.filmstrip div.cells .info {
  font-size: 0.8em; 
  position: absolute; 
  left: 40px;
  top: 53.5px;
}

div.film div.filmstrip div.cells img {
  
  position: relative;
}

div.film div.filmstrip div.cells .horizontal_slide {
  padding: 6px 6px 6px 6px;
  position: absolute;
  /* thumbnail = width x height, border = 1px */
  width: 162px;
  height: 122px;
}

div.film div.filmstrip div.cells .vertical_slide {
  padding: 6px 6px 6px 6px;
  /* firefox won't display correctly */
  text-align: center;
  position: absolute;
  /* thumbnail = 160 x 120, border = 1px */
  width: 162px;
  height: 122px;
}

div.zip {
  font-size: .75em;
  position: absolute;
  top: 212px;
  left: 820px;
  width: 145px;
}

div.spotlight {
  text-align: center;
  margin-top: 15px;
}

div.spotlight img.focus {
  border-style: double;
  border-color: #000000;
  border-width: 1px;
  width: 600px;
  margin-bottom: 5px;
}

div.validation {
  float: left;
}

div.validation img.icon {
  border-width: 0;
  width: 88px;
  height: 31px;
  position: relative;
}

div.copyright {
  margin-bottom: 0.5em;
  float: right;
  font-size: .75em;
}

