/* ================================================================ 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:322px; position:relative; height:320px; padding-top:0px; margin:0 0px 0px 0px; background: url(gallery_bkg.gif) top left no-repeat;}#gallery a img.left {background:url(arrow_left.gif) top left no-repeat; width:30px; height:36px; float:left;cursor:pointer; margin-left:10px; margin-top:257px;}#gallery a:hover img.left {background:url(arrow_left.gif)  top right no-repeat; cursor:pointer;}#gallery a img.right {background:url(arrow_right.gif) top left no-repeat; width:30px; height:36px; float:left;cursor:pointer; margin-top:257px;}#gallery a:hover img.right {background:url(arrow_right.gif)  top right no-repeat; cursor:pointer;}#gallery ul {list-style:none; padding:250px 0 0 0; margin:0; float:left; border:0 none;}#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 thumbnail images */#gallery ul li.th1 img.thumb { width:50px; height:50px; display:block; visibility:visible;}#gallery ul li.th2 img.thumb { width:50px; height:50px; display:block; visibility:visible;}#gallery ul li.th3 img.thumb { width:50px; height:50px; display:block; visibility:visible;}#gallery ul li.th4 img.thumb { width:50px; height:50px; display:block; visibility:visible;}#gallery ul li.th5 img.thumb { width:50px; height:50px; display:block; visibility:visible;}#gallery ul li.th6 img.thumb { width:50px; height:50px; display:block; visibility:visible;}#gallery ul li.th7 img.thumb { width:50px; height:50px; display:block; visibility:visible;}#gallery ul li.th8 img.thumb { width:50px; height:50px; display:block; visibility:visible;}#gallery ul li.th9 img.thumb { width:50px; height:50px; display:block; visibility:visible;}#gallery ul li.th10 img.thumb { width:50px; height:50px; display:block; visibility:visible;}#gallery ul li.th11 img.thumb { width:50px; height:50px; display:block; visibility:visible;}#gallery ul li.th12 img.thumb { width:50px; height:50px; display:block; visibility:visible;}#gallery ul li.th13 img.thumb { width:50px; height:50px; display:block; visibility:visible;}#gallery ul li.th14 img.thumb { width:50px; height:50px; display:block; visibility:visible;}#gallery ul li.th15 img.thumb { width:50px; height:50px; display:block; visibility:visible;}#gallery ul li.th16 img.thumb { width:50px; height:50px; display:block; visibility:visible;}#gallery ul li.th17 img.thumb { width:50px; height:50px; display:block; visibility:visible;}/* 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:14px; top:225px; width:411px;font-family:verdana, arial, sans-serif; color:#666; font-size:11px; line-height:15px; text-align:justify;}#gallery ul li b {color:#444;}#gallery ul li.chosen {border-color:#fff; cursor:default;}#gallery ul li.chosen div {position:absolute; left:0; top:0; width:322px; height:250px;}#gallery ul li.chosen div i {width:322px; height:250px; padding-top:12px; text-align:center;} #gallery ul li.chosen div i img {visibility:visible; width:auto; height:auto; border:1px solid #aaa; margin:10px auto 0;}#gallery ul li.chosen span {display:block;}
