/** Carousel **/
.jcarousel5 				{ position:relative; overflow:hidden; }
.jcarousel5 ul 				{ width:2000em; position:relative; list-style:none; }
.jcarousel5 li 				{ position:relative; width:100%; float:left; margin:0; background-position:bottom; background-size:cover }



.jcarousel5-control-prostor	{ position:absolute; top:0; width:90%; max-width:1300px; height:100%; margin:auto; left:0; right:0; /*border-left:solid 1px black; border-right:solid 1px black;*/}
.jcarousel5-control-prev,
.jcarousel5-control-next { position: absolute; top:calc(50% - 31px); width:36px; height:62px; background-size:36px 62px; cursor: pointer; z-index:100 }
.jcarousel5-control-prev { background-image: url(../images/sipka_leva.svg); left:8%; }
.jcarousel5-control-next { background-image: url(../images/sipka_prava.svg); right:8%; }



/** Carousel Pagination **/

.jcarousel5-pagination {
	text-align: center;

}

.jcarousel5-pagination a {
  display: inline-block;
  width:15px;
  height:15px;
  background:transparent;
  text-decoration: none;
  margin:0 5px;
  background: #d5ccb7;
  -webkit-border-radius:35px; -moz-border-radius:35px; border-radius:35px;
}

.jcarousel5-pagination a.active {

  background: #5f4918;
}