/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/photo_click.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#gallery        { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; position: relative; width: 450px; height: 300px; border: solid 0 #ddd }
#gallery ul        { list-style: none; margin: 0; padding: 5px 5px 5px 0; width: 445px; height: 112px; float: left; overflow: auto }
#gallery ul li        { cursor: pointer; display: inline; margin: 0 4px 4px 0; width: 79px; height: 54px; float: left; border: solid 1px #444 }
#gallery ul li img       { display: block; width: 79px; height: 54px }
#gallery ul li span          { color: #000; font-size: 10pt; font-family: arial, sans-serif; font-style: normal; font-weight: normal; text-align: right; display: none; position: absolute; top: 380px; left: -270px; width: 250px }
#gallery ul li h6            { color: #000; font-size: 10pt; font-family: arial, sans-serif; font-style: normal; font-weight: normal; text-align: left; display: none; position: absolute; top: 440px; left: 0; width: 445px }
#gallery ul li span b   { color: #5d7676; font-size: 13pt; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; font-weight: normal }

/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default  { margin: 5px auto 0; width: 450px; border: solid 1px #fff }

#gallery ul li.off {display:none;}

#gallery ul li.click  { background: #eae3c9; cursor: default; border-color: #c6b79a }

#gallery ul li.click i        { position: absolute; top: 130px; left: 0; width: 445px; height: 300px }

#gallery ul li.click i img {margin:5px auto 0 auto; width:auto; height:auto; border:1px solid #fff;}

#gallery ul li.click span {display:block;}
#gallery ul li.click h6 {display:block;}