/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this Gallery 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:436px; position:relative; height:60px; padding-top:320px; margin:0 0px 0px 0px;}

#gallery img.left {width:30px; height:56px; background:transparent; float:left;cursor:pointer;}
#gallery img.right {width:30px; height:56px; background:transparent; float:left;cursor:pointer;}

#gallery ul {list-style:none; padding:0; margin:0; float:left; background:transparent; border:2px solid transparent; border-width:5px 2px;}
#gallery ul li {display:inline; width:45px; height:37px; float:left; margin:0 3px; border:1px solid #200000; cursor:pointer;}

/* vertical align for IE */
#gallery ul li.chosen i {display:block; }
#gallery ul li.chosen i em {width:0; height:100%; display:inline-block; vertical-align:middle;} 
#gallery ul li.chosen i img {display:inline-block; vertical-align:middle;position: absolute; top: 0px; left: 0px;}
/* for IE6 initial photo size */
#gallery ul li.chosen i img.start {width:428px; height:286px;}

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

/* using background images */
#gallery ul li.th1 {background:url(../i/p01s.jpg);}
#gallery ul li.th2 {background:url(../i/p02s.jpg);}
#gallery ul li.th3 {background:url(../i/p03s.jpg);}
#gallery ul li.th4 {background:url(../i/p04s.jpg);}
#gallery ul li.th5 {background:url(../i/p05s.jpg);}
#gallery ul li.th6 {background:url(../i/p06s.jpg);}
#gallery ul li.th7 {background:url(../i/p07s.jpg);}
#gallery ul li.th8 {background:url(../i/p08s.jpg);}
#gallery ul li.th9 {background:url(../i/p09s.jpg);}
#gallery ul li.th10 {background:url(../i/p10s.jpg);}
#gallery ul li.th11 {background:url(../i/p11s.jpg);}
#gallery ul li.th12 {background:url(../i/p12s.jpg);}
#gallery ul li.th13 {background:url(../i/p13s.jpg);}
#gallery ul li.th14 {background:url(../i/p14s.jpg);}
#gallery ul li.th15 {background:url(../i/p15s.jpg);}
#gallery ul li.th16 {background:url(../i/p16s.jpg);}
#gallery ul li.th17 {background:url(../i/p17s.jpg);}
#gallery ul li.th18 {background:url(../i/p18s.jpg);}
#gallery ul li.th19 {background:url(../i/p19s.jpg);}

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

#gallery ul li span {display:none; position:absolute; left:0px; top:290px; width:436px; text-align:justify;}
#gallery ul li b {color:transparent;}

#gallery ul li.chosen {border-color:#bc8f8f; cursor:default;}
#gallery ul li.chosen div {position:absolute; left:0; top:0; width:434px; height:310px; background:transparent; border:none; border-width:1px 1px 1px 1px;}
#gallery ul li.chosen div i {width:430px; height:286px; display:table-cell; vertical-align:middle; text-align:center;} 
#gallery ul li.chosen div i img {visibility:visible; width:auto; height:auto; margin:0 auto; 
border-top:1px solid #999; border-right:1px solid #FFF8DC; border-bottom:1px solid #fff; border-left:1px solid #aaa; }
#gallery ul li.chosen span {display:block;}
