/* ================================================================
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/galeria_3/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.
=================================================================== */

#galeria_3 {width:450px; position:relative; height:100px; padding-top:356px; margin-bottom: 30px;}

//#galeria_3 img.left {float:left;cursor:pointer; margin-right: 1px; margin-left: 5px;}
#galeria_3 img.left {cursor:pointer; margin-right: 1px; margin-left: 5px; display: inline-block;}
//#galeria_3 img.right {float:left;cursor:pointer; margin-left: 1px;}
#galeria_3 img.right {cursor:pointer; margin-left: 1px; display: inline-block;}

//#galeria_3 ul {padding:0; margin:0; display: block; float: left; width: 400px; height: 100px; background: url('galeria/background.gif') no-repeat; list-style-type:none}
#galeria_3 ul {padding:0; margin:0; width: 400px; height: 100px; background: url('galeria/background.gif') no-repeat; list-style-type:none; display: inline-block;}
#galeria_3 ul li {display:inline; width:95px; height: 84px; float:left; margin: 1px 0 0 1px; cursor:pointer; border: 1px solid #999;}

#galeria_3 ul li.hide {display:none;}

/* using background images */
#galeria_3 ul li.th1 {background:url('P_3_1.JPG');}
/* remove visibility:hidden; if you want to use the original images as thumbnails */
#galeria_3 ul li img {visibility:hidden; display:block; width:95px; height: 84px; border: 1px solid #999;}

#galeria_3 ul li span {display:none; position:absolute; left:0px; top:0px; width:600px; font-size:11px; line-height:15px; text-align:justify;}

#galeria_3 ul li.chosen {cursor:default; border-color: red; border-width: 2px;}
//#galeria_3 ul li.chosen div {position:absolute; left:0; top:0; width:470px; height:355px;}
#galeria_3 ul li.chosen div {position:absolute; left:0; top:0; width:100%; height:355px;}
#galeria_3 ul li.chosen div i {width:470px; height:355px; display:table-cell; vertical-align:middle; text-align:center;}
#galeria_3 ul li.chosen div i img {visibility:visible; width:auto; height:auto; border: 3px solid #999; margin:0 auto;}
#galeria_3 ul li.chosen span {display:block;}
