.cis_main_wrapper {
	float: none !important;
	position: relative;
	line-height: 0px;
	
	top: 0;
	left: 0;
}
.cis_images_row {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.cis_images_holder {
	margin: 0;
	padding: 0;
	width: 999999px;
	height: auto;
	overflow: hidden;
}
.cis_row_item {
	float: left;
	padding: 0;
	position: relative;
}
.cis_row_item img {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
.cis_row_item_overlay {
	position: absolute;
	height: auto;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: none;
	-webkit-box-shadow: inset 0 0 20px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 0 20px 5px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 0 20px 5px rgba(0, 0, 0, 0.25);
}
.cis_row_item_overlay_txt {
	line-height: 1.2;
}