/* 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:550px; 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;}

/* second sold gallery page */
#gallery ul li.th22 {background:url(art/g44.jpg);}
#gallery ul li.th23 {background:url(art/g47.jpg);}
#gallery ul li.th24 {background:url(art/g57.jpg);}
#gallery ul li.th25 {background:url(art/g50.jpg);}
#gallery ul li.th26 {background:url(art/g51.jpg);}
#gallery ul li.th27 {background:url(art/g52.jpg);}
#gallery ul li.th28 {background:url(art/g54.jpg);}
#gallery ul li.th29 {background:url(art/g55.jpg);}
#gallery ul li.th30 {background:url(art/g56.jpg);}
#gallery ul li.th31 {background:url(art/n02.jpg);}
#gallery ul li.th32 {background:url(art/g48.jpg);}
#gallery ul li.th33 {background:url(art/g49.jpg);}
#gallery ul li.th34 {background:url(art/g29.jpg);}
#gallery ul li.th35 {background:url(art/g31.jpg);}
#gallery ul li.th36 {background:url(art/g32.jpg);}
#gallery ul li.th37 {background:url(art/g39.jpg);}
#gallery ul li.th38 {background:url(art/n06.jpg);}
#gallery ul li.th39 {background:url(art/g27.jpg);}
#gallery ul li.th40 {background:url(art/g28.jpg);}
#gallery ul li.th41 {background:url(art/g38.jpg);}
#gallery ul li.th42 {background:url(art/g25.jpg);}
#gallery ul li.th43 {background:url(art/g2.jpg);}
#gallery ul li.th44 {background:url(art/g3_01.jpg);}
#gallery ul li.th45 {background:url(art/g3_02.jpg);}
#gallery ul li.th46 {background:url(art/g3_03.jpg);}
#gallery ul li.th47 {background:url(art/g3_04.jpg);}
#gallery ul li.th49 {background:url(art/n15.jpg);}
#gallery ul li.th50 {background:url(art/n01.jpg);}
#gallery ul li.th51 {background:url(art/g46.jpg);}
#gallery ul li.th52 {background:url(art/sw3_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;}
