/* ================================================================ 
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:700px; position:relative; height:2060px; padding-top:5px; margin:0 10px 90px 10px;}

#gallery img.left {width:60px; height:87px; background:#fff; float:left;cursor:pointer;}
#gallery img.right {width:60px; height:87px; background:#fff; float:left;cursor:pointer;}

#gallery ul {list-style:none; padding:0; margin:0; float:left; background:#fff; border:2px solid #ffffff; border-width:5px 2px;}
#gallery ul li {display:inline; width:75px; height:75px; float:left;margin:0 4px; border:1px solid #000; cursor:pointer;}

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

/* using background images */
#gallery ul li.th1 {background:url(/gallery/vznik/thumbs/_thb_vznik-01.png);}
#gallery ul li.th2 {background:url(/gallery/vznik/thumbs/_thb_vznik-02.png);}
#gallery ul li.th3 {background:url(/gallery/vznik/thumbs/_thb_vznik-03.png);}
#gallery ul li.th4 {background:url(/gallery/vznik/thumbs/_thb_vznik-04.png);}
#gallery ul li.th5 {background:url(/gallery/vznik/thumbs/_thb_vznik-05.png);}
#gallery ul li.th6 {background:url(/gallery/vznik/thumbs/_thb_vznik-06.png);}
#gallery ul li.th7 {background:url(/gallery/vznik/thumbs/_thb_vznik-07.png);}
#gallery ul li.th8 {background:url(/gallery/vznik/thumbs/_thb_vznik-08.png);}
#gallery ul li.th9 {background:url(/gallery/vznik/thumbs/_thb_vznik-09.png);}
#gallery ul li.th10 {background:url(/gallery/vznik/thumbs/_thb_vznik-10.png);}
#gallery ul li.th11 {background:url(/gallery/vznik/thumbs/_thb_vznik-11.png);}
#gallery ul li.th12 {background:url(/gallery/vznik/thumbs/_thb_vznik-12.png);}
#gallery ul li.th13 {background:url(/gallery/vznik/thumbs/_thb_vznik-13.png);}
#gallery ul li.th14 {background:url(/gallery/vznik/thumbs/_thb_vznik-14.png);}
#gallery ul li.th15 {background:url(/gallery/vznik/thumbs/_thb_vznik-15.png);}
#gallery ul li.th16 {background:url(/gallery/vznik/thumbs/_thb_vznik-16.png);}
#gallery ul li.th17 {background:url(/gallery/vznik/thumbs/_thb_vznik-17.png);}

/* remove visibility:hidden; if you want to use the original images as thumbnails */
#gallery ul li img {visibility:hidden; display:block; width:75px; height:75px;}

#gallery ul li span {display:none; position:absolute; left:15px; top:110px; width:660px; font-family:arial, sans-serif; color:#000; font-size:12px; line-height:15px; text-align:justify;}
#gallery ul li strong {color:#003366;}

#gallery ul li.chosen {border-color:#ff0000; cursor:default;}
#gallery ul li.chosen div {position:absolute; left:0; top:165px; width:660px; height:460px;  background:#fff; border:0; border-width:0 0 0 0;}
#gallery ul li.chosen div i {width:660px; height:455px; display:table-cell; vertical-align:middle; text-align:center;} 
#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;}
