#obsah_gal {
   background-color: White;
   float: left;
   font-size: 8pt;
   color: Black;
}
#prev {
   width: 250px;
   text-align: center;
   height: 30px;
   float: left;
}
#empty {
   width: 250px;
   height: 30px;
   float: left;
}
#desc {
   width: 400px;
   height: 30px;
   text-align: center;
   float: left;
}
#next {
   width: 250px;
   height: 30px;
   text-align: center;
   float: left;
}
#end {
   clear: both;
}
.gallery_item {
   width: 120px;
   height: 170px;
   margin-right: 30px;
   margin-top: 30px;
   float: left;
}
.gallery_item img {
   margin-bottom: 3px;
   border: 1px Black solid;
   cursor: pointer;
}
.gallery_item a {
   text-decoration: none;
   color: Black;
   cursor: pointer;
}
#gallery_obsah {
   margin-left: 100px;
}
#gallery_obsah_big {
   text-align: center;
}
#gallery_obsah_big a {
   font-weight: bold;
   color: Black;
}
#picture {
   text-align: center;
   padding-bottom: 25px;
}
.end {
   clear: both;
}