
/* CAMPAIGN GROUP */


.photoCampaignGroupThumb {
	float:left;
	margin-right:17px;
	margin-left:17px;
	text-align:center;
	margin-bottom:20px;
	width:130px;
	line-height:1.3em;
	
}

.photoCampaignGroupThumb img {
	display:block;
	margin-bottom:4px;
	border:3px solid #f0f1e7;
	width:130px;
	height:130px;
}

#contentCol .photoCampaignGroupThumb a {
	color:#677367;
	text-decoration:none;
}
#contentCol .photoCampaignGroupThumb a:hover {
	color:#fc6d00;
	text-decoration:underline;
}



/* PHOTO PAGE */

#photoThumbnails {
	margin-left:-10px;
	margin-right:-10px;
}

#photoThumbnails img {
	width:100px;
	height:100px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:12px;
	margin-bottom:13px;
	border:3px solid #f0f1e7;
}


#photoThumbnails a:hover img, .photoCampaignGroupThumb:hover img {
	filter:alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity:0.80;
}

#displayPhoto {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:35px;
	margin-bottom:10px;
}

#photoCaption {
	margin-top:25px;
	line-height:1.9em;
	margin-bottom:40px;
	clear:both;
	text-align:left;
}

#photoPrev {
	float:left;
}
#photoNext {
	float:right;
}
