/* ================================================================ 
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:320px; position:relative;  padding-top:290px; margin:0 ; z-index:2000;}

#gallery img.left {width:30px; height:30px; float:left;cursor:pointer;margin:5px 0;}
#gallery img.right {width:30px; height:30px; float:left;cursor:pointer;margin:5px 0;}

#gallery ul {list-style:none; padding:0; margin:0; float:left; }
#gallery ul li {display:inline; width:30px; height:30px; float:left; margin:5px 6px; border:1px solid #ad894b; cursor:pointer;}

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

/* using background images */
#gallery ul li.th1 {background:url(../images/thumbs/haylage-1.jpg); background-repeat:no-repeat;}
#gallery ul li.th2 {background:url(../images/thumbs/haylage-2.jpg);}
#gallery ul li.th3 {background:url(../images/thumbs/haylage-3.jpg);}
#gallery ul li.th4 {background:url(../images/thumbs/haylage-4.jpg);}
#gallery ul li.th5 {background:url(../images/thumbs/haylage-5.jpg);}
#gallery ul li.th6 {background:url(../images/thumbs/haylage-6.jpg);}
#gallery ul li.th7 {background:url(../images/thumbs/haylage-7.jpg);}
#gallery ul li.th8 {background:url(../images/thumbs/haylage-8.jpg);}
#gallery ul li.th9 {background:url(../images/thumbs/haylage-9.jpg);}


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

#gallery ul li span {display:none; position:absolute; top:255px;left:0; width:320px;font-family:Arial, Helvetica, sans-serif; color:#000000; line-height:1.3em; text-align:justify; padding:0;}
 
#gallery ul li b {color:#ad894b;}

#gallery ul li.chosen {border-color:#990000; cursor:default;}
#gallery ul li.chosen div {position:absolute; left:0; top:0; width:320px; height:auto; }
#gallery ul li.chosen div i {width:320px; height:250px; display:table-cell; vertical-align:top; text-align:center;} 
#gallery ul li.chosen div i img {visibility:visible; width:320px; height:250px; border:1px solid #ad894b; margin:0 auto;}
#gallery ul li.chosen span {display:block;}

