#ozadje-fullscreen {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e8e8e8;
  z-index: 1000;
}

#ozadje-fullscreen.fullscreen_preloader {
	background: #e8e8e8 url("../images/preloader.gif") center center no-repeat;
	z-index: 1001;	
}

#ozadje-fullscreen #fullsized_image_holder img {
  display: block;
  margin: 0 auto;
}
    
#fullsized_go_prev {
  position: absolute;
  display: block;
  width: 21px;
  height: 45px;    
  top: 50%;
  left: 0;
  background: url("../images/gumb-veliki-galerija.png") no-repeat left -45px;  
}
 
#fullsized_go_prev:hover { 
	background-position: right -45px;	
} 
 
    
#fullsized_go_next {
  position: absolute;
  display: block;
  width: 21px;
  height: 45px;     
  top: 50%;
  right: 0;
  background: url("../images/gumb-veliki-galerija.png") no-repeat left top; 
}

#fullsized_go_next:hover { 
	background-position: right top;	
} 
    
#fullsized_close {
	position: absolute;
  width: 21px;
  height: 22px;     	
	top: 0;
	right: 0;
  background: url("../images/gumb-veliki-galerija.png") no-repeat left bottom;
}

#fullsized_close:hover { 
	background-position: right bottom;	
} 