.jcarousel3-outter {
    position: relative;
    width:100%;
    margin:auto;
}


.jcarousel3 {
    overflow: hidden;
    width:calc(100% - 95px);
    margin:auto;
}




.jcarousel3 ul {
    width: 2000em;
    height:110px;
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;
    overflow:hidden;
    
}

.jcarousel3 ul.mene {
    width: 100%;
    left:0!important;
}

.jcarousel3 li { 
	position:relative; 
	background-size:cover;
	display:inline-block;
    height:110px;
    	cursor:default;
    	margin:0 5px;  
}

.jcarousel3 li a { 
    float: left;
    width:100%;
    height:100%;
}

    	
.jcarousel3-control-prev,
.jcarousel3-control-next { position: absolute; top:0; width:36px; height:100%; cursor: pointer; z-index:100 }
.jcarousel3-control-prev { background:#866927; left:0; }
.jcarousel3-control-next { background:#866927; right:0; }

.jcarousel3-control-prev-sipka { background:url(../images/sipka-dolu2.png); width:17px; height:8px; margin:auto; transform:rotate(90deg); margin-top:50px}
.jcarousel3-control-next-sipka { background:url(../images/sipka-dolu2.png); width:17px; height:8px; margin:auto; transform:rotate(-90deg); margin-top:50px}
    	
    	
    	
.jcarousel3-control-prev.inactive,
.jcarousel3-control-next.inactive {
    opacity: 0;
    cursor: default;
}

    	