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

/* Additions to deal with larger images, left/right-wrap, and 
   movement of control strip to top of image - all by Planetbuilders Ltd 2008 */

/* Relevant sizes and colours 
   Images:          500x367
   Thumbs:          100x73
   Background:      000000
   Thumb border:    ada1a0
   Thumbsel border: ffa033
   Overall gallery: 
   Lines marked CUST are customised for this instance
   Arrow sizes:     50x48
   See also left_right_click_ie.css for thumb size 
*/

#gallery {width:684px; position:relative; height:60px; padding-top:26px; padding-bottom: 500px; margin:0 13px 90px 13px;}

#gallery img.left {width:50px; height:48px; background:#000; float:left;cursor:pointer;padding-top:20px;}  /* CUST */
#gallery img.right {width:50px; height:48px; background:#000; float:left;cursor:pointer;padding-top:20px;} /* CUST */

#gallery ul {list-style:none; padding:0; margin:0; float:left; background:#000; border:1px solid #000; border-width:5px 2px;}
#gallery ul li {display:inline; width:100px; height:73px; float:left; margin:0 4px; border:1px solid #ada1a0; cursor:pointer;}  /* CUST */

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

/* Moved styles inline for background images - #gallery ul li.th1 {background:url(thumbs/th1.jpg);} etc */

#gallery ul li img {visibility:hidden; display:block; width:100px; height:73px;}   /* CUST */

#gallery ul li span {display:none; position:absolute; left:85px; top:520px; width:500px;font-family:verdana, arial, sans-serif; color:#666; font-size:11px; line-height:15px; text-align:justify;} /* CUST,520 for 370(img)+80(pad)+70(thumb) */
#gallery ul li b {color:#aaa;} /* CUST */

#gallery ul li.chosen {border-color:#ffa033; cursor:default;}  /* CUST */
#gallery ul li.chosen div {position:absolute; left:0; top:140px; width:670px; height:505px; background:#000; border:none; border-width:1px 1px 0 1px;} /* CUST. 143=73+70 */
#gallery ul li.chosen div i {width:530px; height:355px; display:table-cell; vertical-align:middle; text-align:center;} 
#gallery ul li.chosen div i img {vertical-align:middle;visibility:visible; width:500px; height:367px; border:1px solid #aaa; margin:0 auto;} /* CUST */
#gallery ul li.chosen span {display:block;}

