
/* - gallery.css - */
@media screen {
/* https://ipk.nkp.cz/portal_css/gallery.css?original=1 */
#gallerythumbs,
#galleryphoto{
}
#gallerythumbs ul.thumbs{
display:block;
height:80px; /* */
margin:0px 1em;
}
#gallerythumbs ul.thumbs li {
float: left;
list-style: none outside none;
margin: 5px 0 5px 0;
padding: 0;
}
#gallerythumbs a,
#gallerythumbs a:visited
{font-weight:bold;text-decoration:none;border:0;line-height:80px;}
#gallerypageprev{float:left;}
#gallerypagenext{float:right;}
#galleryphoto {
height:420px; /* */
}
#gallerycontrol,
#galleryphoto,
#gallerythumbs{
width: 420px; /* */
}
#gallerycontrol #galleryprev{
float:left;
}
#gallerycontrol
{
text-align:center;
}
#gallerycontrol #gallerynext{
float:right;
}
.thumb img{width:72px; height:72px;}
/* */
#gallerycaption {
display:none;
background:url('gallery_tooltip.png');
height:143px;
width:240px;
padding:40px 30px 10px 30px;
font-size:11px;
}
}

