/* ================================================================ 
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.
=================================================================== */

@import url(./my_layout.css);

/* Gesamthöhe der Galerie: 565 Pixel (535px padding + 30px Bilderleiste) */
/* Gesamtbreite der Galerie: 600 Pixel (fix) */

/* Untere Bilderleiste! */
#gallery { width:606px; height:30px; padding-top:435px; margin:0 auto; }

#gallery ul { list-style:none; padding-left:0px; margin:0 0 0 0px; /*float:left;*/ /*background:#FFF;*/ }
#gallery ul li { display:inline; width:30px; height:30px; float:left; opacity:0.5; margin:0 11px 0 0; cursor:pointer; }
#gallery ul li:hover { opacity:1; }

/* last image to the right */
#gallery ul li.th15 { margin: 0 0 0 0px; }

/* hidden images */
#gallery ul li.hide {display:none;}

/* 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;
}

/* teeeext */
#gallery ul li span { display:none; /*position:relative; left:0px; bottom:35px;*/ position:absolute; right:0px; top:400px; width:606px; text-align:right; }
#gallery ul li span.center { text-align:center; }

#gallery ul li.chosen { border-color:#fff; cursor:default; opacity:1; }
/* Äußerste Gesamtfläche!*/
#gallery ul li.chosen div { position:absolute; left:0; top:0; width:606px; height:435px; display:table-cell; vertical-align:middle; }
#gallery ul li.chosen div img { visibility:visible; width:auto; height:auto; /*border:1px solid #aaa; */margin:0 auto; }
/* teeeext */
#gallery ul li.chosen span { display:block } /*display:table-cell; vertical-align:middle; height:35px */
