/* 
MONDAY BY NOON
Suckerfish HoverLightbox Example - Vanilla Horizontal 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/

*/

* { margin:0; border:0; padding:0; }

p { clear:both; }

/* GALLERY */
ul#gallery { margin:0 0 0 20px; padding-top:20px; height:80px; list-style:none; position:relative; }
ul#gallery li { border-right:1px solid #ccc; width:103px; display:block; float:left;}
ul#gallery li#first { border-left:1px solid #ffffff; }
ul#gallery li:hover ul, ul#gallery li.sfhover ul { top:auto; left:0;}
ul#gallery li a { display:block; width:115px; padding:0px 0 0px 5px; color:#ffffff; text-decoration:none; cursor:default;}
ul#gallery li a:hover { background-color:darkred; }
ul#gallery li ul { padding:30px 20px 20px 20px; list-style:none; margin:0; width:800px; background-color:#000000; position:absolute; left:-999em; }
ul#gallery li ul li { display:inline; text-align:left; clear:none; float:none; border:0;}
ul#gallery li ul li a { margin:8px; border:1px solid #ccc; padding:4px; position:relative; float:left; display:block; width:110px; height:85px; }
ul#gallery li ul li a:hover { z-index:2; }
ul#gallery li ul li a img { position:absolute; width:100px; height:75px; }
ul#gallery li ul li a:hover img, ul#gallery li a:active img, ul#gallery li a:focus img { width:200px; height:150px; left:-50px; top:-37px; z-index:1; border:1px solid #000; cursor:hand;}

/* LIGHTBOX CONTROL */
#lightbox { background-color:#000000;padding:60px 20px 5px 20px;}
#lightboxDetails { padding-top:5px; }	
#lightboxCaption { float:left; color:#ffffff; font-size:15px; }
#keyboardMsg { float:right; }
#keyboardMsg a { color:#ffffff; text-decoration:none; letter-spacing:2px; text-transform:uppercase; font-weight:bold; }
#lightbox img { border:none; } 
#overlay img { border:none; }
