.headerWrap {
	margin: 0 0 1em 0;
}
.headerExp { /* heading for the image accordions */
	color: #fff;
	height: 160px; /* if adjusted, also must adjust .accordionImage */
	padding: 10px !important;
	margin-top: 0em !important;
	outline: 0 !important;
}
.expandHeader {
	background: #333;
	padding: 5px 10px 0 10px;
	font-size: 0.8em;
	font-weight: normal;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -22px;
	text-align:center;
	display: block;
	border-top: 1px solid #a7a9ac;
	border-right: 1px solid #a7a9ac;
	border-left: 1px solid #a7a9ac;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.collapseHeader {
	background: #333;
	padding: 5px 10px 0 10px;
	font-size: 0.8em;
	font-weight: normal;
	position: absolute;
	z-index: 45;
	color: #fff;
	bottom: 10px;
	left: 50%;
	margin-left: -22px;
	text-align:center;
	display:none;
	cursor: pointer;
	border-top: 1px solid #a7a9ac;
	border-right: 1px solid #a7a9ac;
	border-left: 1px solid #a7a9ac;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.expandImage {
	border:1px solid #eee;
	padding: 5px;
	background-color: #fff;
	cursor: pointer;
	width: 15px !important;
	position: absolute;
	bottom: 7px;
	right: 0;
}
.headerCaption {
	font-size: 0.8em;
	background-color: #f9f9f9;
	border:1px solid #dddddd;
	padding: 10px;
	line-height: 1.2;
	display:none;
}
#headerImage {
	position: relative;
	padding-bottom: 5px;
}
.containerImage {
	padding: 0 !important;
	overflow: hidden !important;
}
.accordionImage {
	width:100%;
	max-height:none;
	position: relative;
	top: -160px; /* This and the margin-bottom element below need to be negative of height attribute in .headerExp */
	margin-bottom: -160px;
	cursor: pointer;
}
