#zOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; background-color: #bdb76b; }

#zMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#zMain a img { border: none; }

#zOuterContainer { position: relative; background-color: #ffe4b5; width: 200px; height: 200px; margin: 0 auto; border: 3px solid #bdb76b; }

#zDetailsContainer { font: 10px/1.6 Verdana, Helvetica, sans-serif; background-color: #ffe4b5; width: 100%; overflow: auto; margin: 0 auto; border: 3px solid #bdb76b; border-top: none; }

#zImageContainer, #zIframeContainer { padding: 10px; }
#zLoading { position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../grafika/loading.gif) center no-repeat; }

#zHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#zImageContainer>#zHoverNav { left: 0; }
#zHoverNav a { outline: none; }
	
#zDetailsData { padding: 0 10px; color: #292929; }
#zDetails { width: 85%; float: left; text-align: left; }
#zCaption { display: block; font-weight: bold; }
#zNumberDisplay { float: left; display: block; }
#zNavDisplay { float: left; display: block; }
#zNavDisplay a { text-decoration: none; color: #292929; }
#zNavDisplay a:hover { text-decoration: none; }

#zClose { font: bold 22px/1 sans-serif; color: #fff; text-decoration: none; width: 26px; height: 26px; float: right; margin-bottom: 10px; background-color: #ff6347; border: 1px solid #fff; }
  #zClose:hover { background-color: #f00; border: 1px solid #fff; }
