/* ================================================================ 
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:480px;position:relative;height:360px;padding-top:0px;margin:5px 5px 5px 5px;}
#gallery img.left {width:20px;height:78px;margin:1px 3px 0 1px;float:left;cursor:pointer;}
#gallery img.right {width:20px;height:78px;margin:1px 1px 0 3px;float:left;cursor:pointer;}
#gallery ul {list-style:none;padding:0;margin:0;float:left;}
#gallery ul li {display:inline;width:78px;height:78px;float:left;margin:0 3px 2px;border:1px solid #000000;cursor:pointer;}
#gallery ul li img {visibility:hidden;display:block;width:78px;height:78px;}
#gallery ul li.hide {display:none;}
#gallery ul li.chosen {border-color:#7593B3;cursor:default;width:78px;height:78px;}
#gallery ul li.chosen div {position:absolute;left:0;top:88px;width:475px;height:356px;border:1px solid #000;border-width:1px 1px 1px 1px;}
#gallery ul li.chosen div i {width:460px;height:0px;display:table-cell;vertical-align:middle;text-align:center;} 
#gallery ul li.chosen div i img {visibility:visible;width:460px;height:345px;border:1px solid #aaa;margin:8px 8px 8px 8px;}


