/* 
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/

*/


/* GALLERY */
table#gallery { margin:50px 0 75px 0; }
table#gallery a { display:block; width:100px; padding:15px 0; color:#000; text-decoration:none; border-bottom:0px solid #ccc; }
table#gallery a:hover { background-color:#fafafa; }
table#gallery a { margin:0px; border:0px solid #ccc; padding:4px; position:relative; float:left; display:block; width:75px; height:100px; }
table#gallery a img { position:relative; width:75px; height:100px; border:0px;}
table#gallery a:hover img { width:150px; height:200px; left:-50px; top:-37px; border:0px solid #000; z-index:2000; }
