/* PHOTO CREDITS */
/* All photos needing credit must be surrounded by a div with class pcredit */

.pcredit {
	position:relative;
	/*width:25px;*/
	overflow:visible;
	}
.pcaption {
	position:absolute;
	left:0;
	bottom:0;
	overflow:auto;
	background-color:#FFF;
	opacity:.8;
	font-size:85%;
	display:none;
	}
