.itexttable {
	padding: 0.5em;
}
.itexttableleft {
	margin-right: 1.5em;
	float: left;
	clear: both;
	overflow: auto;
}
.itexttableright {
	margin-left: 1.5em;
	float: right;
	clear: both;
	overflow: auto;
}
.itextpic {
	padding: 5px;
}
.itextpic img {
	display: block;
	border: solid 6px #FFF;
}
.itextcit {
	font-family: 'Aleo', serif;
	font-size: 0.85em;
	font-style: italic;
	color: #666666;
	text-align: right;
	padding: 0 5px 5px 0;
}
.itextcap {
	padding: 5px;
	font-size: 0.75em;
	line-height: 1.4;
	color: #666666;
	text-align: center;
}
.itextnocap {
	padding: 5px;
}
.itextleftcol {
	float: left;
}
.itextrightcol {
	float: right;
}
.itextresp {
	width: 100%;
	max-width: 380px;
	margin: 0 auto 20px auto;
}
.itextresp .itextpic img {
	display: block;
	width: 100%;
	height: auto;
}
/* Special for Slideshows */
.ssgrid .itextresp {
	position: relative;
	padding: 0;
}
.ssgrid .itextpic {
	padding: 0;
	overflow: hidden;
}
.ssgrid .itextpic img {
	display: block;
	width: 100%;
	border: 0;
	transition: transform 0.5s ease;
}
.ssgrid .itextpic img:hover {
	transform: scale(1.1);
}
	
.ssgrid .itextcap {
	font-family: 'Caveat Brush', sans-serif;
	font-weight: 300;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	font-size: 1.45em;
	text-align: center;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.4);
	line-height: 1.45em;
	overflow: visible;
	padding: 0.35em 0;
}

/* Brochure Slideshows */
.brochuressspace .ssgrid .itextcap {
	font-family: 'Arvo', sans-serif;
	font-weight: 400;
	position: relative;
	font-size: 1.15em;
	text-align: center;
	color: #003366;
	background: transparent;
	line-height: 1.15em;
	overflow: visible;
	padding: 0.35em 0;
}

/* Asset Galleries */
.aigallery .ssgrid .itextcap {
	font-family: 'Arvo', sans-serif;
	font-weight: 400;
	position: relative;
	font-size: 1em;
	text-align: center;
	color: #003366;
	background: transparent;
	line-height: 1.35em;
	overflow: visible;
	padding: 0.35em 0;
}



/* Special for Phones */
@media (max-width: 640px) {
	.itexttableleft, .itexttableright {
		margin: 0;
		float: none;
		width: 100% !important;
	}
	.itexttableleft .itextpic img, .itexttableright .itextpic img {
		width: 100% !important;
		height: auto !important;
	}
}