#marcs-random-images-stripe
{
	display:block;
	/*height:0px;*/
	width:100%;
	/*height: 253.143px; *//* bei 5 Bildern ist das die Höhe */
	background-color:#FFF;
	
	overflow:hidden;

	/*box-shadow: inset -4px 0px 20px 4px rgba(0, 0, 0, 0.2);*/
}

#marcs-random-images-stripe.randomize
{
	cursor:pointer;
}

#marcs-random-images-stripe .image
{
	display:inline-block;
	margin:0px;
	padding:0px;
	float:left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	opacity:0;
	overflow:hidden;
	box-shadow: inset -4px 0px 20px 4px rgba(0, 0, 0, 0.1);
}


