<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#karusel_box { max-width:1200px; position:relative; margin:auto; text-align:left;}
/* okno karuselu */
#karusel_box .karusel {overflow:hidden;  height:300px;  border-radius:15px;
  box-shadow: 2px 2px 10px #bbbbbb; display:none; background-size:cover; box-sizing:border-box;}
/* pĹŻvodnĂ­ height karuselu 300px - zmÄ›nil JU */
/* tlaÄŤĂ­tka pĹ™edchozĂ­ a dalĹˇĂ­ */
#karusel_box .btn-dalsi, #karusel_box .btn-predchozi { cursor:pointer; position:absolute;
  top:41%; width:auto; margin-top:-23px; padding:15px; color:grey; font-weight:bold;
  font-size: 22px; transition:0.4s ease; border-radius:0 8px 8px 0; user-select:none;
  box-sizing:border-box;}
#karusel_box .btn-dalsi:hover, #karusel_box .btn-predchozi:hover {background-color:#AACCCC;}
#karusel_box .btn-dalsi { right:0; border-radius:8px 0 0 8px;}
/* puntĂ­ky */
#karusel_box .btn-dots { cursor:pointer; height:16px; width:16px; margin:0 4px;
  background-color:#acc; border-radius:50%; display:inline-block; box-sizing:border-box;
  transition:background-color 0.5s ease;}
#karusel_box .dot-enable, #karusel_box .btn-dots:hover { background-color: #717161;}
/* animace zmÄ›ny obrĂˇzku */
.karusel-animace { animation: karusel-anim; animation-duration: 0.7s;}
@keyframes karusel-anim { from {width:15%;} to {width:100%;}}

</pre></body></html>