/* ================================================================ 
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:350px; margin-left:230px;}
#gallery p {padding-left:150px; font-size:.8em;}

#gallery img.left {width:50px; height:50px; float:left; cursor:pointer; padding-left:9.5%;}
#gallery img.right {width:50px; height:50px; float:left; cursor:pointer;}

#gallery ul {list-style:none; padding:0; margin:0; float:left;}
#gallery ul li {display:inline; width:50px; height:50px; float:left; margin:0 4px; border:#ccc solid 2px;}

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

/* using background images */
/* ACiM Gallery */
#gallery ul li.th1 {background:url(images/nav_buttons/gallerythumbs/acim_logo_t.jpg)}
#gallery ul li.th2 {background:url(images/nav_buttons/gallerythumbs/acim_stationary_t.jpg);}
#gallery ul li.th3 {background:url(images/nav_buttons/gallerythumbs/acim_card_t.jpg);}
#gallery ul li.th4 {background:url(images/nav_buttons/gallerythumbs/acim_folder_t.jpg);}

/* More Masks Gallery */
#gallery ul li.mask1 {background:url(images/nav_buttons/gallerythumbs/terry-mask-t.jpg);}
#gallery ul li.mask2 {background:url(images/nav_buttons/gallerythumbs/sarah-mask-t.jpg);}
#gallery ul li.mask3 {background:url(images/nav_buttons/gallerythumbs/presh-mask-t.jpg);}
#gallery ul li.mask4 {background:url(images/nav_buttons/gallerythumbs/asian-masks-t.jpg);}
#gallery ul li.mask5 {background:url(images/nav_buttons/gallerythumbs/butterfly-mask-t.jpg);}
#gallery ul li.mask6 {background:url(images/nav_buttons/gallerythumbs/logan-mask-t.jpg);}
#gallery ul li.mask7 {background:url(images/nav_buttons/gallerythumbs/earth-mask-t.jpg);}

/* Journal Gallery */
#gallery ul li.journal1 {background:url(images/nav_buttons/gallerythumbs/brown-point-scrolledge-t.jpg);}
#gallery ul li.journal2 {background:url(images/nav_buttons/gallerythumbs/purple-edged-thong-t.jpg);}
#gallery ul li.journal3 {background:url(images/nav_buttons/gallerythumbs/black-round-silver-t.jpg);}
#gallery ul li.journal4 {background:url(images/nav_buttons/gallerythumbs/brown-angled-black-t.jpg);}
#gallery ul li.journal5 {background:url(images/nav_buttons/gallerythumbs/green-crystal-flower-t.jpg);}
#gallery ul li.journal6 {background:url(images/nav_buttons/gallerythumbs/red-emb-hearts-flowers-t.jpg);}

/* remove visibility:hidden; if you want to use the original images as thumbnails */
#gallery ul li img {visibility:hidden; display:block; width:50px; height:50px;}
#gallery ul li span {display:none; position:absolute; left:70px; top:330px; width:411px; font-size:.8em; text-align:center;}
#gallery ul li.chosen {border-color:#006fb8; cursor:default;}
#gallery ul li.chosen div {position:absolute; left:0; top:0; width:532px; height:355px;}
#gallery ul li.chosen div i {width:530px; height:355px; padding-left:14%; display:table-cell; vertical-align:middle; text-align:center;} 
#gallery ul li.chosen div i img {visibility:visible; width:auto; height:auto;}

#gallery ul li.chosen span {display:block;}

