/* goes with photoCaption.class.js */

.left-justify-pic {
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	}
	
.left-justify-pic p {
	margin-bottom:0px;
	}
	
.right-justify-pic {
	float:right;
	margin-left:15px;
	margin-bottom:5px;
	margin-top:5px;
	}
	
.right-justify-pic p {
	margin-bottom:0px;
	}
	
div.photo-caption p {
	font-size:12px;
	font-weight:bold;
	color:#333;
	line-height:normal;
	margin-top:5px;
	margin-bottom:0;
	}