/* Photo-Caption PZ3 CSS v080630 
* copyright: http://randsco.com/copyright 
* www.randsco.com 
* Modified by Katherine Irvine
*/

.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; margin-bottom:10px; }
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; border:none; }
  html>/**/body .PZ3-r a { right:0; }

.PZ3zoom a .PZ3thumb { border:0; height:100%; width:100%; }

.PZ3zoom a .PZ3full { display:none;}
.PZ3zoom a:hover .PZ3full { position:absolute;
  z-index:999; padding:0; background:none; 
  cursor:default; height:auto; width:700px;
  overflow:visible; border:1px solid #369;
  margin: 0; display:block; left:180px;}
.PZ3full img { display:block;margin: 25px auto 0;}


a:hover .PZ3cap,
a:hover .PZ31cap { display:block;
  direction:ltr; font:10pt verdana,sans-serif;
  margin-top:0; color:#fff; text-align:center;
  background-image:url(/themes/parchment/light-brown-transparent.png); }
a:hover .PZ3cap { padding:10px; }
.PZ3inr { display:block; padding:2px 5px; }

noCap a:hover .PZ3cap,
.noCap a:hover .PZ31cap { display:none; }
.noBdr,.noBdr a:hover { border:0; }
.noBdr,.noBdr a:hover .PZ3full { border:0; }
.Lnk a:hover { cursor:pointer; }

/* End Photo-Caption Zoom CSS */