.ju-contentslider .ju-slider-overlay-box {
	position: relative;
	overflow: hidden;
}

.ju-contentslider .ju-slider-overlay {
	position: absolute;
	background: none repeat scroll 0% 0% #000000;
	color: #EEEEEE;
	display: none;
	padding: 5px;
	bottom: 0px;
	overflow: hidden;
	max-height: 100%; /*Mark sure overlay has the same size as item size*/
	max-width: 100%;  /*Mark sure overlay has the same size as item size*/
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 100%;
	height: 100%;
}

.ju-contentslider .ju-slider-backdrop {
}

.ju-contentslider .ju-slider-image {
	margin: 0;
	float: none;
}