/* ================================================================ 
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.
=================================================================== */

#lrc_gallery {width:534px; position:relative; height:60px; padding-top:406px; margin:0 0px 90px 32px;}

#lrc_gallery img.left {width:55px; height:62px; background:#fff; float:left;cursor:pointer;}
#lrc_gallery img.right {width:55px; height:62px; background:#fff; float:left;cursor:pointer;}

#lrc_gallery ol {list-style:none; padding:0; margin:0; float:left; background:#fff; border:2px solid #fff; border-width:5px 2px;}
#lrc_gallery ol li {display:inline; width:50px; height:50px; float:left; margin:0 4px; border:1px solid #fff; cursor:pointer;}

#lrc_gallery ol li.hide {display:none;}
#lrc_gallery ol li.hidden {visibility:hidden;}

/* remove visibility:hidden; if you want to use the original images as thumbnails */
#lrc_gallery ol li img {display:block; width:50px; height:50px;}

#lrc_gallery ol li span {display:none; position:absolute; left:61px; top:480px; width:411px;font-family:verdana, arial, sans-serif; color:#666; font-size:6px; line-height:15px; text-align:left;}
#lrc_gallery ol li b {color:#444;}

#lrc_gallery ol li.chosen {border-color:#7dad40; cursor:default;}
#lrc_gallery ol li.chosen div {position:absolute; left:0; top:0; width:532px; height:405px; background:#fff; border:1px solid #fff; border-width:1px 1px 0 1px;}
#lrc_gallery ol li.chosen div i {width:530px; height:405px; display:table-cell; vertical-align:middle; text-align:center;} 
#lrc_gallery ol li.chosen div i img {visibility:visible; display:inline; vertical-align:middle; text-align:center; width:auto; height:auto; margin:auto; border:1px solid #fff;}
#lrc_gallery ol li.chosen span {display:block;}








