div.scrollingHotSpotLeft {
	background-position: center; left: 0px; width: 10%; height: 100%; position: absolute; z-index: 200; cursor: url(../images/cursors/cursor_arrow_left.png), url(../images/cursors/cursor_arrow_left.cur), w-resize; min-width: 75px; background-image: url("../images/big_transparent.gif"); background-repeat: repeat;
}
div.scrollingHotSpotLeftVisible {
	-ms-zoom: 1; opacity: 0.35; background-image: url("../images/arrow_left.gif"); background-repeat: no-repeat; background-color: rgb(255, 255, 255); -moz-opacity: 0.35;
}
div.scrollingHotSpotRight {
	background-position: center; width: 10%; height: 100%; right: 0px; position: absolute; z-index: 200; cursor: url(../images/cursors/cursor_arrow_right.png), url(../images/cursors/cursor_arrow_right.cur), e-resize; min-width: 75px; background-image: url("../images/big_transparent.gif"); background-repeat: repeat;
}
div.scrollingHotSpotRightVisible {
	-ms-zoom: 1; opacity: 0.35; background-image: url("../images/arrow_right.gif"); background-repeat: no-repeat; background-color: rgb(255, 255, 255); -moz-opacity: 0.35;
}
div.scrollWrapper {
	width: 100%; height: 100%; overflow: hidden; position: relative;
}
div.scrollableArea {
	width: auto; height: 100%; position: relative;
}
