/* Image overlay */
.overlay_wrapper {
	position: relative;
	width: auto;
	height: auto;
}

.imageEven span.overlay {
	position: static;
	background: url(../images/overlay_artikel-R.png) no-repeat left bottom;
	z-index: 1;
	margin-top: -232px;
}

.imageOdd span.overlay {
	position: static;
	background: url(../images/overlay_artikel-L.png) no-repeat right bottom;
	z-index: 1;
	margin-top: -232px;
}
