/* ================================================================ 
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.
===================================================================margin:0 -105px 0px 300px;position:relative; height:60px; padding-top:356px; margin:0 113px 90px 113px; */
/* když zmenším šířku, šipky se rozhodí na 2 řádky */
#gallery {width:600px;  position:absolute;  padding-top:350px; margin:0px -120px 0px 15px; border: 0px solid pink;}
/* velikost pravé a levé šipky */
#gallery img.left {width:45px; height:56px; background:#444; float:left;cursor:pointer;}
#gallery img.right {width:45px; height:56px; background:#444; float:left;cursor:pointer;}

#gallery ul {list-style:none; padding:0; margin:0; float:left; background:#444; border:0px solid #ddd; border-width:5px 2px; border: 0px solid #ddd; }
#gallery ul li {display:inline; width:66px; height:55px; float:left; margin:0 2px; border:0px solid #000; cursor:pointer; border: 1px solid white;}

#gallery ul li.hide {display:none;}

/* using background images */

/* remove visibility:hidden; if you want to use the original images as thumbnails */
/* můžu měnit velikost chlívků šířka a výška musí být totožná s #gallery ul li*/
#gallery ul li img {visibility:hidden; display:block; width:66px; height:55px; left:51px; }
/* když zmenším top, spodní panel skočí na galer. prostor,šířku, šipky se rozhodí na 2 řádky */
#gallery ul li span { border: 0px solid red;display:none; position:absolute; left:61px; top:430px; width:411px; font-family:verdana, arial, sans-serif; color:#666; font-size:11px; line-height:15px; text-align:justify;}
#gallery ul li b {color:#ddd;}




#gallery ul li.chosen {border-color:#fff; cursor:default;  border:2px solid red;} 
/* měnit barvu plochy, měnit velikost plochy */
#gallery ul li.chosen div {position:absolute; left:0; top:0; width:555px; height:200px; background:#fff; border:0px solid green; border-width:0px 0px 0 0px;}
/* velikost základní plochy ohraničená černou linkou, kterou můžu měnit, původně 645 */
#gallery ul li.chosen div i {width:540px; height:320px; display:table-cell; vertical-align:middle; text-align:center; border:2px solid red; border: 1px solid gray;} 
#gallery ul li.chosen div i img {visibility:visible; width:auto; padding-top:0px; height:auto; border-top:10px solid #ddd; border-bottom:0px solid #fff; margin:0 auto; border: 1px solid gray;}
#gallery ul li.chosen span {display:block; width:550px; }