/* ================================================================ 
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.    background:#f8f8f8;
=================================================================== */

#gallery {width:570px; height:650px; position:relative; border:1px solid #ddd; background: url(back-fotogallery.jpg);}
#gallery ul {list-style:none; padding:3px; margin:0; width:120px; float:left; height:620px; overflow:auto; }
#gallery ul li {display:inline; width:45px; height:45px; float:left; margin:0 4px 4px 0; border:1px solid #444; cursor:pointer;}
#gallery ul li img {display:block; width:45px; height:45px;}

#gallery ul li.off {display:none;}

#gallery ul li.click {border-color:#fc0; background:#f8f8f8; cursor:default;}

#gallery ul li.click i {position:absolute; left:130px; top:0; width:350px; height:350px; border:0px solid black;}

#gallery ul li.click i img {display:block; margin:5px auto 0 auto; width:auto; height:auto; border:1px solid #fff;}

