#home_image_rotator {
	text-align: center;
	position: relative;
}

.home_rotating_image {
	border: 1px solid #000;
	display: none;
	position: relative;
	width: 100%;
}

.home_rotating_image img {
	width: 100%;
}

.home_rotating_image_overlay {
	background: rgba(0,0,0,.5);
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}

.home_rotating_image_overlay span {
	display: block;
	padding: 15px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.cWidgetContainer {
	margin: 0px 15px;
	padding: 5px 0px;
}

.cWidgetContainer[data-widgetArea="header"] {
	margin-bottom: 0;
	padding-bottom: 0;
}

.ipsWidget.ipsWidget_horizontal {
	padding: 0;
}

#ipsLayout_mainArea {
	padding: 0px;
}
