/* ================================================================ 
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:450px; height:380px; position:relative; border:1px solid #ddd; background:#f8f8f8; margin-top:10px;}

#gallery ul {list-style:none; float:left;padding:5px 5px 0px 0px; width:450px; margin:0px; margin-top:380px;}/* posición de las imagenes pequeñas*/

#gallery ul li {display:inline; width:50px; height:50px; float:left;  margin:0 4px 4px 0; border:1px solid #cccccc; cursor:pointer;}

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

#gallery ul li img {display:block; width:50px; height:50px; margin:0px; border:0px;}/* imagenes pequeñas*/

#gallery ul li span {display:none; position:absolute; left:5px; top:5px; width:430px;font-size:11px; line-height:15px; text-align:justify; margin-top:385px;}/* posición de los textos*/

#gallery ul li span b {color:#444;}

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

#gallery ul li.click {background:#f8f8f8; cursor:pointer;}

#gallery ul li.click {border-color:#6e190b; border-width:1px; cursor:default;display:block; width:50px; height:50px;}

#gallery ul li.click i {position:absolute; left:0; top:0; width:450px; height:380px;}

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


