
/***************************************************************************/
/* PHOTO GALLERY*/


/* ================================================================ 
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.cssplay.co.uk/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 {width:700px; height:400px; position:relative;}
#gallery ul {list-style:none; padding:0; margin:0; width:200px; float:right; height:224px; overflow:auto;}
#gallery ul li {display:inline; width:50px; height:50px; float:left; margin:0 4px 4px 0; border:1px solid #000;}
#gallery ul li img {display:block; width:50px; height:50px;}
#gallery ul li span {display:none; position:absolute; left:495px; top:230px; width:200px;font-family:verdana, arial, sans-serif; color:#FFFFFF; font-size:11px; line-height:15px; text-align:justify;}
#gallery ul li span b {color:#FFFF33;}

#gallery ul li.default {width:0; height:0; border:0;}
#gallery ul li.default img {position:absolute; right:220px; top:0; width:400px; height:300px; border:1px solid #000;}

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

#gallery ul li.click {border-color:#ccc; background:#f8f8f8;}

#gallery ul li.click img {position:absolute; right:220px; top:0; width:auto; height:auto; border:1px solid #000;}

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


