a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #FF3300;
	text-decoration: underline;
}
a:hover {
	color: #660066;
	text-decoration: underline;
}
a:active {
	color: #00FF00;
	text-decoration: underline;
}
.imgContent {
	padding: 0px;
	clear: both;
	float: left;
}

/* Photo-Caption PZ3 CSS (The Good Stuff) */

.PZ3-l {
	float:none;
	margin-right:10px;
	padding-left: 10px;
	margin-top: 25px;
	height: 137px;
	width: 210px;
}
.PZ3-r { float:right; margin-left:10px; direction:rtl; }
  [class~=PZ3-r] { position:relative; }

.PZ3zoom {
	float: left;
}
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
  [class~=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; }
  class~=PZ3-r]>a:hover { margin:-1px -1px 0 0; }

.PZ3zoom a img {
	border:0;
	height:100%;
	width:100%;
	overflow: scroll;
}
.PZ3zoom a:hover img { height:auto; width:auto;
  border:0; }

a:hover .PZ3cap {
	display:block;
	padding:2px 5px;
	margin-top:-5px;
	direction:ltr;
	background:#FBF3DD;
	color:#0000FF;
	font:14pt verdana, sans-serif;
	text-align:left;
	position:relative;
}

.noCap a:hover .PZ3cap {
	display:none;
	width: auto;
}
.noBdr a img,.noBdr a:hover img { border:0; }
.GalP {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #993333;
	float: none;
	font-weight: bold;
	cursor: hand;
	clear: none;
	padding: -25px 5px 5px 50px;
}
