/* kontejnery */
.box-680 {border: 1px solid grey; width: 560px; position: relative; padding-top: 11px; margin-bottom: 20px;}
.box-680>div {padding: 11px; padding-top: 0;}

/* galerie */
.gall {margin-top: 7px; margin-bottom: 1.7em; }
.gall div {padding: 0 0 1px 25px; }
.gall a {outline: none;}

.gall a img {margin: 0; margin-right: 17px; margin-bottom: 10px; opacity: 0.5;}
.gall a:hover img, .gall a img.set {opacity: 1.0 !important;}
.gall img {width: 100px; height: 100px;}

.gall a.prev, .gall a.next {width: 33px; height: 44px; padding: 0;  margin: 0; position: absolute; top: 40px; z-index: 1; background: url('../img/ico_prev-next_2.png') 0 0 no-repeat; display: block; cursor: pointer;}
.gall a.prev {left: 0;}
.gall a.next {right: 0; background-position: -33px 0;}

.gall a.prev.disabled {background-position: 0 -44px;}
.gall a.next.disabled {background-position: -33px -44px;}


