/* ================================================================ 
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: 300px;
    position: relative;
    height: 55px;
    padding-top: 220px;
}

#gallery img.left {width:30px; height:20px; float:left;cursor:pointer; padding-left:85px;}
#gallery img.right {width:30px; height:20px;  float:left;cursor:pointer;}

#gallery ul {list-style:none; padding:0; margin:0; float:left; }
#gallery ul li {display:inline;font-family: 'Serifa BT';width:10px; height:5px;font-weight: bold;font-size: 12pt;color: #f39d22;text-decoration: none; float:left; margin:0 4px;  cursor:pointer;}

#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:5px; height:5px;}
#gallery ul li span {display:none; position:absolute; left:22px; top:-15px; width:265px;font-family:Arial, sans-serif; color:black; font-size:11px; text-align:center;}

#gallery ul li.chosen {font-family: 'Serifa BT';font-weight: bold;font-size: 12pt;color: black;text-decoration: none; cursor:default;}
#gallery ul li.chosen div {position:absolute; left:0; top:0; width:300px; height:210px;}
#gallery ul li.chosen div i {width:280px; height:220px; display:table-cell; vertical-align:middle; text-align:center;} 
#gallery ul li.chosen div i img {visibility:visible; width:auto; height:auto; margin:0px;}
#gallery ul li.chosen span {display:block;}