.extimgrotator_wrapper {
	overflow: hidden; 
	position: relative;
	margin-bottom: 15px;
}

.extimgrotator_wrapper img {
	position: absolute; 
	top: 0; 
	left: 0;
}

.extimgrotator_overlay,
.extimgrotator_overlay_background,
.extimgrotator_overlay_text {
	position: absolute; 
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
}

.extimgrotator_overlay_background {
	opacity: 0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
	background-color: #ffffff;
}

.extimgrotator_overlay_text {
	padding: 15px;
}