/* ================================================================ 
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/gallery/left_right_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:352px; position:relative; height:51px; padding:319px 0 0 1px; margin:0 0px 90px 0px; /*border:1px solid #ff0000*/;}

#gallery img.left {width:24px; height:40px; background:#666; float:left;cursor:pointer; border:2px solid #666; border-width:3px 0 8px 2px;}
#gallery img.right {width:24px; height:40px; background:#666; float:left;cursor:pointer; border:2px solid #666; border-width:3px 3px 8px 0;}
#gallery img.left:hover {background:#666 url(../images/flechaig.gif);}
#gallery img.right:hover {background:#666 url(../images/flechadg.gif);}

#gallery ul {width:auto;list-style:none; padding:0; margin:0; float:left; background:#666; border:2px solid #666; border-width:3px 2px;}
#gallery ul li {display:inline; width:53px; height:40px; float:left; margin:3px 2px; border:1px solid #999; cursor:pointer;}

#gallery ul li.hide {display:none;}

#gallery ul li img {display:block; width:53px; height:40px;}

#gallery ul li span {display:none; position:absolute; left:10px; top:280px; width:332px;font-family:verdana, arial, sans-serif; color:#336699; font-size:80%; line-height:15px; text-align:center;}
#gallery ul li b {color:#EEE;}

#gallery ul li.chosen {border-color:#FFFFCC; cursor:default;}
#gallery ul li.chosen div {position:absolute; left:10px; top:10px; width:330px; height:250px; background:none; border:1px solid #ccc; border-width:1px 1px 1px 1px;}
#gallery ul li.chosen div i {width:330px; height:250px; display:table-cell; vertical-align:middle; text-align:center;} 
#gallery ul li.chosen div i img {visibility:visible; width:320px; height:240px; border:5px solid #FFF; margin:0 auto;}
#gallery ul li.chosen span {display:block;}

