/*

 This file is part of the XML Photo Gallery Project by Ricardo Cedeño Montaña (Created February 2007. Last Version March 2007), http://pktweb.com 

 Inspired on the People Photo Gallery Project by Philip J. Guo (Created January 2005)

 This file is free; 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  received a copy of the GNU General Public License, published in http://www.gnu.org/copyleft/gpl.html or just writing to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

*/
#pos { color: #d2ff50; font-size: 12px; font-weight: normal; text-align: justify; position: relative; }
#description { color: #c8c8c8; font-size: 12px; font-weight: normal; text-align: justify; position: relative; }
#date { color: #828282; font-size: 11px; font-weight: normal; text-align: right; position: relative; left: 3px; }
#title { font-size: 16px; font-weight: bold; position: relative; }
#credits { font-size: 10px; text-align: right; position: relative; }
#menu { font-size: 10px; text-align: left; vertical-align: bottom; }
A
{
  COLOR: #828282;
}

A:visited
{
  COLOR: #828282; 
}

A:hover
{
  COLOR: #aaff14;
}
body  { color: #fff; font-family: Georgia, "Times New Roman", Times, serif; background-color: #000  ; }
.thumbnail { cursor: pointer }
#img-link { cursor: pointer; }
#img { border: solid 3px #fff; cursor: pointer; }
#thumbnails { border-left: 1px dotted #787878; }
#container { text-align: center; border-bottom: 1px dotted #787878; }
#background { background-color: #000; border: dotted 1px #aaff14; }
#galleryTitle { color: #aaff14; font-size: 22px; font-weight: bold; font-variant: small-caps; text-align: right; border-bottom: 1px dotted #787878; }
#thumbnails table { border-top: 1px dotted #787878; border-bottom: 1px dotted #787878; }

