/* Bilder laden*/
#loadingscreen{
	display:none;
}

/* Breite */
#makeMeScrollable {
	width: 100%;
	height: 120px;
}

/*Platz von Bild zu Bild*/
#makeMeScrollable div.scrollableArea * {
	position: relative;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

/*menü*/
div.scrollingHotSpotLeft {
	min-width: 75px;
	width: 10%;
	height: 100%;
	position: absolute;
	z-index: 200;
	left: 0;
	cursor:  w-resize;
}

/*menü*/
div.scrollingHotSpotRight {
	min-width: 75px;
	width: 10%;
	height: 100%;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor:  e-resize;
}


div.scrollWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 120px;
	top: 1px;
}

div.scrollableArea {
	position: relative;
	width: 100%;
	height: 120px;
}
