/* ================================================================ 
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:390px; position:relative; height:60px; padding:0; margin-right:30px; background-color:#FFFFFF;float:right; clear:left;display:inline;}

#gallery img.left {width:16px; height:50px; background:#ffffff; float:left;cursor:pointer; margin-top:4px; padding:0; margin-right:4px;}
#gallery img.right {width:16px; height:50px; background:#ffffff; float:left;cursor:pointer; margin-top:4px; padding:0; margin-left:4px;}

#gallery ul {list-style:none; padding:0; margin:0; float:left; background:#ffffff; border:2px solid #FFFFFF; border-width:5px 2px;}
#gallery ul li {display:inline; width:auto; height:50px; float:left; margin:0 4px; border:1px solid #FFFFFF; cursor:pointer;}

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

/* remove visibility:hidden; if you want to use the original images as thumbnails */
#gallery ul li img {visibility:visible; display:block; width:inherit; height:50px; margin-left:6px; margin-right:6px;}

#gallery ul li.chosen {border-color:#CCCCCC; cursor:default;}
