.homepageRow {
	width: 100%;
	margin-bottom: 15px;
}
.homepageRow td {
	vertical-align: top;
	padding-left:  10px;
	padding-right: 10px;
}
.homepageRow h2 {
	margin-bottom: 8px;
	font-size: 18px;
}
.homepageRow h2 img {
	vertical-align: middle;
}
.hpElementTextContent {
	line-height: 17px;
	text-align: justify;
}
.slider {
	overflow: hidden;
	width: 100%;
	height: 200px;
	position: relative;
}

.slideshow {
	overflow: hidden;
	width: 100%;
	height: 200px;
	position: relative;
}
.slideshowFront {
	position: absolute;
	top: 0;
	left: 0;
}
.slideshowBack {
	position: absolute;
	top: 0;
	left: 0;
}
.slideshowSlide {
	display: none;
}
.slideshowCaption {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	padding: 10px;
	color: #ffffff;
	font-size: 19px;
	line-height: 25px;
	background: url('blackTransparency.png') repeat 0px 0px;
}
.slideshowLink {
	display: block;
	text-decoration: none;
	border: 0;
}
.slideshowImage, #content img.slideshowImage {
	margin: 0;
	bordeR: none;
}