.vyznac {
    background-color: #0083ff;
    padding: 3px;
    border: 1px solid blue;
}
.thumbnail {
    float: left;
    margin: 5px;
    text-align: center;
	/*border: 3px solid #7b9de4;*/
    position: relative;
}
#detail {
    margin:auto;
}
#navigace {
    width: 98%;
    margin: 0.5em auto 0.5em auto;
    border-left: solid 2px black;
    border-right: solid 2px black;
    border-bottom: solid 2px black;
    text-align: center;
}
#navigace h3 {
    font-size: 0.9em;
    margin-bottom: 0.5em;
}
.thumbnail img, #prev img, #next img {
    border: none;
}
#prev, #next {
    margin: 2em 0.5em 0 0.5em;
    padding: 0;
    width: 29px;
    height: 30px;
}
#prev {
    float: left;
}
#next {
    float: right;
}
#form_gal {
    margin: auto;
    width: 17em;
}
#detail_obal {
    text-align: center;
}
.thumbnail h3 {
    margin: 0.7em;
}
.vnitrni_thumb img {
    margin: 3px auto;
}
.radkove {
    display: inline;
}
.popisek {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    padding: 3px 0 3px 0;
    background-color: #7b9de4;
}
.presun {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url("../img/drag.gif");
    /*border: solid red 1px;*/
    z-index: 2;
}
#pohyb {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../img/drag.gif");
    z-index: 2;
    display: none;
}


