/* CSS Document */

/* ================================================================ 
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.
=================================================================== */

/* 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;}
/* for IE6 initial photo size */
#gallery ul li.chosen i img.start {width:750px; height:440px;}

/* frames/bar */
#gallery {width:750px; position:relative; height:60px; padding-top:484px; margin:4px 4px 4px 4px;}
#gallery img.left {width:42px; height:62px; background:#F7F7F7; float:left;cursor:pointer;}
#gallery img.right {width:42px; height:62px; background:#F7F7F7; float:left;cursor:pointer;}
#gallery ul {list-style:none; padding:0; margin:0; float:left; background:#F7F7F7; border:2px solid #F7F7F7; border-width:5px 2px;}
#gallery ul li {display:inline; width:80px; height:60px; float:left; margin:0 4px; border:1px solid #423C48; cursor:pointer;}
#gallery ul li.hide {display:none;}

/* using background images */
#gallery ul li.th1 {background:url(art/Charlevoix.jpg);}
#gallery ul li.th3 {background:url(art/SummerDreams.jpg);}
#gallery ul li.th4 {background:url(art/Waterlilies.jpg);}
#gallery ul li.th5 {background:url(art/n12.jpg);}
#gallery ul li.th6 {background:url(art/n16.jpg);}
#gallery ul li.th7 {background:url(art/n17.jpg);}
#gallery ul li.th8 {background:url(art/n18.jpg);}
#gallery ul li.th9 {background:url(art/n22.jpg);}
#gallery ul li.th10 {background:url(art/n23.jpg);}
#gallery ul li.th11 {background:url(art/n11.jpg);}
#gallery ul li.th12 {background:url(art/n25.jpg);}
#gallery ul li.th13 {background:url(art/n27.jpg);}
#gallery ul li.th14 {background:url(art/g61.jpg);}
#gallery ul li.th15 {background:url(art/g62.jpg);}
#gallery ul li.th16 {background:url(art/n24.jpg);}
#gallery ul li.th17 {background:url(art/n05.jpg);}
#gallery ul li.th18 {background:url(art/n07.jpg);}
#gallery ul li.th19 {background:url(art/n09.jpg);}
#gallery ul li.th20 {background:url(art/n26.jpg);}
#gallery ul li.th21 {background:url(art/g60.jpg);}
#gallery ul li.th22a {background:url(art/RockCliff.jpg);}
#gallery ul li.th23 {background:url(art/g2_01.jpg);}
#gallery ul li.th24 {background:url(art/g2_02.jpg);}
#gallery ul li.th25 {background:url(art/g2_03.jpg);}
#gallery ul li.th26 {background:url(art/g45.jpg);}
#gallery ul li.th27{background:url(art/g53.jpg);}
#gallery ul li.th28{background:url(art/sw2_01_th.jpg);}

/* remove visibility:hidden; if you want to use the original images as thumbnails */
#gallery ul li img {visibility:hidden; display:block; width:80px; height:60px;}
#gallery ul li span {display:none; position:absolute; left:0px; top:446px; width:720px; font-family:verdana, arial, sans-serif; color:#706c8c; font-size:11px; line-height:14px; text-align:center;}
#gallery ul li b {color:#FFF;}

#gallery ul li.chosen {border-color:#00c6ff; cursor:default;}
/* chosen div is background of larger image */
#gallery ul li.chosen div {position:absolute; left:0; top:0; width:725px; height:440px; background:#F7F7F7;}
/* larger image: */
#gallery ul li.chosen div i {width:730px; height:440px; 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;}
#gallery ul li.chosen span {display:block;}
