.OdabranaSlika {
	position: absolute;
    margin: auto;
    left: 0;
    right: 0;
	top: 0;
    bottom: 0;
	z-index: 2;
	max-height: 84%;
	max-width: 92%;
}

#PrikazSlikeDiv {
	position: absolute;
    left: 0px;
    top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: black;
	background: rgba(0,0,0,0.86);
	overflow: hidden;
}

#LijevaStrelica {
	color: white; 
	background-color: black; 
	display: block;
	width: 40px; 
	height: 40px; 
	font-size: 18px; 
	padding-top: 11px; 
	text-align: center; 
	border-radius: 20px 20px 20px 20px;
	position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    left: 20px;
    right: 0;
    bottom: 0;
	z-index: 3;
    opacity: 0.7;	
}

#LijevaStrelica:hover {
	background-color:dodgerblue;
	color: white;
	cursor: pointer;
}

#DesnaStrelica {
	color: white; 
	background-color: black; 
	display: block;
	width: 40px; 
	height: 40px; 
	font-size: 18px; 
	padding-top: 11px; 
	text-align: center; 
	border-radius: 20px 20px 20px 20px;
	position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    right: 20px;
    bottom: 0;
	z-index: 3;	
	opacity: 0.7;	
}

#DesnaStrelica:hover {
	background-color: dodgerblue;
	color: white;
	cursor: pointer;
}

#Zumiranje {
	width: 124px; 
	height: 45px; 
	border-radius: 2px;
	position: absolute;
    margin-left: auto;
    margin-right: auto;
	padding-top: 0px;
    left: 0;
    right: 0;
    bottom: 6px;
	z-index: 3;	
}

.Zumiranje {
	color: white; 
	background-color: black; 
	display: block;
	float: left;
	width: 40px; 
	height: 40px; 
	font-size: 18px; 
	padding-top: 9px;
	text-align: center; 
	border-radius: 0px;
	opacity: 0.7;
}

.slikecss {
	
}

.Zumiranje:hover {
	background-color: grey;
	cursor: pointer;
}

#spanZumiranje1 {
	border-radius: 5px 0px 0px 5px;
	border-style: solid;
	border-color: black;
	border-width: 2px 0px 2px 2px;
}

#spanZumiranje2 {
	border: 2px solid black;
	border-width: 2px 0px 2px 0px;
}

#spanZumiranje3 {
	border-radius: 0px 5px 5px 0px;
	border: 2px solid black;
	border-width: 2px 2px 2px 0px;
}