/* Invisible left hotspot */
div.scrollingHotSpotLeft {
	width: 40px;
	height: 244px;
    margin: 8px 0 0 8px;
	background: url(../img/bg/links.gif);
	position: absolute;
	z-index: 200;
	left: 0;
    cursor: w-resize;
	}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible {
	background: url(../img/bg/links.gif);
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity = 80);
	zoom: 1;
	}

/* Invisible right hotspot */
div.scrollingHotSpotRight {
	width: 40px;
	height: 244px;
    margin: 8px 8px 0 0;
	background: url(../img/bg/rechts.gif);
	position: absolute;
	z-index: 200;
	right: 0;
    cursor: w-resize;
	}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible {
	background: url(../img/bg/rechts.gif);
	opacity: 0.80;
	filter: alpha(opacity = 80);
	-moz-opacity: 0.80;
	zoom: 1;
	}

div.scrollWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	}

div.scrollableArea {
	position: relative;
	width: auto;
	height: 100%;
	}
