.roundabout-moveable-item{
	/*background-image: url(../templates/images/backgrounds/bubble.png);
	background-repeat:no-repeat;
	background-size: contain;
	*/
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/images/backgrounds/bubble.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/images/backgrounds/bubble.png', sizingMethod='scale')";*/
}

.roundabout-moveable-item img{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index: 10;
}

.roundabout-moveable-item div.quote{
	position: absolute;
	top:0;
	left:0;
	z-index: 100;
	text-align:center;
	padding:1em;
	/*padding:0.7em;
	font-size:9px;*/
	line-height:17px;
	color: #7b878b;
	font-family: 'DINRegular';
}

.roundabout-moveable-item.roundabout-in-focus div.quote{
	position: absolute;
	top:0;
	left:0;
	z-index: 100;
	text-align:center;
	padding:1em;
	font-size:15px;
	line-height:22px;
	color: #7b878b;
	font-family: 'DINRegular';
}

.roundabout-moveable-item.roundabout-in-focus div.person{
	position: absolute;
	top:170px;
	left:0;
	z-index: 100;
	width:100%;
	text-align:center;
	display:block;
	font-family: 'DINRegular';
	font-size:13px;
	color: #888888;
}

.roundabout-moveable-item div.person{
	display:none;
}