/* ================================================================ 
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:534px; position:relative; height:60px; padding-top:400px; margin:0 113px 90px 113px;}

#gallery img.left {width:55px; height:62px; background:#999; float:left;cursor:pointer;}
#gallery img.right {width:55px; height:62px; background:#999; float:left;cursor:pointer;}

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

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

/* using background images */
#gallery ul li.th01 {background:url(thumbs/X01.jpg);}
#gallery ul li.th02 {background:url(thumbs/X02.jpg);}
#gallery ul li.th03 {background:url(thumbs/X03.jpg);}
#gallery ul li.th04 {background:url(thumbs/X04.jpg);}
#gallery ul li.th05 {background:url(thumbs/X05.jpg);}
#gallery ul li.th06 {background:url(thumbs/X06.jpg);}
#gallery ul li.th07 {background:url(thumbs/X07.jpg);}
#gallery ul li.th08 {background:url(thumbs/X08.jpg);}
#gallery ul li.th09 {background:url(thumbs/X09.jpg);}
#gallery ul li.th10 {background:url(thumbs/X10.jpg);}
#gallery ul li.th11 {background:url(thumbs/X11.jpg);}
#gallery ul li.th12 {background:url(thumbs/X12.jpg);}
#gallery ul li.th13 {background:url(thumbs/X13.jpg);}
#gallery ul li.th14 {background:url(thumbs/X14.jpg);}
#gallery ul li.th15 {background:url(thumbs/X15.jpg);}
#gallery ul li.th16 {background:url(thumbs/X16.jpg);}
#gallery ul li.th17 {background:url(thumbs/X17.jpg);}
#gallery ul li.th18 {background:url(thumbs/X18.jpg);}
#gallery ul li.th19 {background:url(thumbs/X19.jpg);}
#gallery ul li.th20 {background:url(thumbs/X20.jpg);}
#gallery ul li.th21 {background:url(thumbs/X21.jpg);}
#gallery ul li.th22 {background:url(thumbs/X22.jpg);}
#gallery ul li.th23 {background:url(thumbs/X23.jpg);}
#gallery ul li.th24 {background:url(thumbs/X24.jpg);}
#gallery ul li.th25 {background:url(thumbs/X25.jpg);}
/* remove visibility:hidden; if you want to use the original images as thumbnails */
#gallery ul li img {visibility:hidden; display:block; width:1px; height:1px;}


#gallery ul li.chosen {border-color:#fff; cursor:default;}
#gallery ul li.chosen div {position:absolute; left:64px; top:0; width:402px; height:355px; background:#999; }
#gallery ul li.chosen div.vertical {position:absolute; left:150px; top:0; width:226px; height:342px; background:#999; }
#gallery ul li.chosen div i {width:400px; height:355px; 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 #000; margin:0 auto;}


