/* 
MONDAY BY NOON
Suckerfish HoverLightbox Example - Vanilla Vertical stylesheet
Version: 1.0
Last Modified 03/27/06
J. Christopher - www.MondayByNoon.com

CREDITS
-------

Suckerfish: Patrick Griffiths, Dan Webb
    http://www.alistapart.com/articles/dropdowns/
  Modification: http://www.htmldog.com/articles/suckerfish/dropdowns/

Hoverbox: Nathan Smith.
  Example: http://host.sonspring.com/hoverbox/
  Tutorial: http://sonspring.com/journal/hoverbox-image-gallery/
  Modification by: Craig Erskine
    http://solardreamstudios.com/
    http://solardreamstudios.com/_img/learn/css/pg/

Lightbox: Lokesh Dhakar
  http://www.huddletogether.com/projects/lightbox/

*/

/* LIGHTBOX CONTROL */
#overlay {  background-color:#000; filter:alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; }
#lightbox { background-color:#000; padding:20px 20px 5px 20px; border: 5px solid #FFF; }
#lightboxDetails { padding-top:5px;	}	
#lightboxCaption { float:left; color:#FFF; font-size:11px; }
#keyboardMsg { float:right; }
#keyboardMsg a { color:#FFF; text-decoration:none; letter-spacing:2px; text-transform:uppercase; font-weight:bold; }
#lightbox img { border:none; } 
#overlay img { border:none; }
#closebutton { display:none; }
