/* ================================================================ 
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:280px; position:relative; height:4px; padding-top:0px; margin:0 0px 0px 0px;vertical-align:middle;}

#gallery img.left { background:#7ac368; float:left;cursor:pointer;}
#gallery img.right { background:#7ac368; float:left;cursor:pointer;}

#gallery ul {list-style:none; padding:0px; margin:0; float:left; background:#7ac368; border:2px solid #777; border-width:0px 0px;}
#gallery ul li {display:inline; text-align:center; width:23px; 
	height:31px; padding-left:3px;padding-right:3px; float:left; margin:0 0px 0px; border-left:1px solid orange; cursor:pointer;
	color:White;font-weight:bold;}

#gallery ul li.hide {display:none;}

/* remove visibility:hidden; if you want to use the original images as thumbnails */
#gallery ul li img {visibility:hidden; display:block; width:50px; height:50px;background-color:Blue;color:Blue;border-color:Red;}

#gallery ul li span {display:none; position:absolute; left:0px; top:20px; 
	width:250px;font-family:verdana, arial, sans-serif;  font-size:10px; line-height:15px; text-align:justify;font-weight:normal;}
#gallery ul li b {color:#444;}

#gallery ul li.chosen {border-color:#fff; cursor:default;}
#gallery ul li.chosen div { position:relative; left:0; top:0; width:25px; height:30px; color:Black; font-weight:bold;  }
#gallery ul li.chosen div i { position:relative;width:280px; height:355px;padding-left:0px;
	 display:table-cell; vertical-align:middle; text-align:center;background-color:#000;} 
#gallery ul li.chosen div i img {visibility:visible; width:auto; height:auto; border:1px solid #aaa; margin:0 auto;}
#gallery ul li.chosen span {display:block;}
