.gallery { position: relative; float: left; margin: 10px; background: #F0D4BC; border: 1px solid black; width: 320px; }
.gallery a { text-decoration: none; display: block; height: 1.3em;}
.gallery .content { position: relative; clear: both; font-width: bold; text-align: center; width: 320px; padding-bottom: 1.3em; overflow: hidden; }
.gallery .content img { border: 0; }
.gallery .checkbox { margin-left: 10px; }
.gallery img { position: absolute; top: 0px; left: 0px; }
.gallery img.next { display: none; }
.gallery ul.slideshow_values li { visibility: hidden; }
.gallery ul.slideshow_values li.current, .gallery ul.slideshow_values li.next { visibility: visible; }
