.will {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.copyr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.lerum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #0A357A;
	text-decoration: none;
	line-height: 1.5;
}


.oben    { vertical-align:top; 
     font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #6b6565;
	text-decoration: none;
	line-height: 1.5; }


/* PlaceHolder Div */
.fill.left { float:left; 
    margin:5px 10px 0 0; }
.fill.right { float:right; 
    margin:5px 0px 5px 20px; }

/* MSIE z-index work-a-round */
/* reversing natural z-index */
.PZleft,.PZright { position:relative; }
.PZ1 { z-index:900; }
.PZ2 { z-index:890; }


    CSS Notes:

        * This is the final production code. You should be able to cut-n-paste it into an existing CSS file.
        * Includes special IE selectors to avoid IE z-index bug and allow absolute positioning for right-floated images.
        * IE conditional comments are needed for pages served in quirks-mode (not included). Get them here.

    /* Photo-Caption PZ3 CSS v080630
    * copyright: http://randsco.com/copyright
    * www.randsco.com
    */

    .PZ3-l { float:left; margin-right:10px; }
    .PZ3-r { float:right; margin-left:10px; direction:rtl; }
      html>/**/body .PZ3-r { position:relative; }

    .PZ3zoom { border:1px solid #369; }
    .PZ3zoom a,.PZ3zoom a:visited { display:block;
      padding:0; overflow:hidden; text-decoration:none;
      height:100%; width:100%; }
      html>/**/body .PZ3-r a { right:0; }

    .PZ3zoom a:hover { position:absolute;
      z-index:999; padding:0; background:none;
      cursor:default; height:auto; width:auto;
      overflow:visible; border:1px solid #369;
      margin:-1px 0 0 -1px; }
      html>body .PZ3zoom a:hover { margin:-1px -1px 0 -1px; }

		CSS for the IE fix:
		.PZ1 { z-index:900; }
		.PZ2 { z-index:890; }
		.PZ3 { z-index:880; }

    .PZ3zoom a img { border:0; height:100%; width:100%; }
    
	.PZ3zoom a {}
	.PZ3zoom a:hover { position:absolute; z-index:999; }


    a:hover .PZ3cap,
    a:hover .PZ31cap { display:block;
      direction:ltr; font:10pt verdana,sans-serif;
      margin-top:-3px; background:#369; color:#fff;
      text-align:left; }
    a:hover .PZ3cap { padding:3px 5px; }
    .PZ3inr { display:block; padding:2px 5px; }

    .noCap a:hover .PZ3cap,
    .noCap a:hover .PZ31cap { display:none; }
    .noBdr,.noBdr a:hover { border:0; }
    .Lnk a:hover { cursor:pointer; }

    /* End Photo-Caption Zoom CSS */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
