div.scrollingHotSpotLeft {
	cursor: url(../images/cursors/cursor_arrow_left.cur), w-resize;
}

div.scrollingHotSpotLeftVisible {

}

div.scrollingHotSpotRight {
	cursor: url(../images/cursors/cursor_arrow_right.cur), e-resize;
}

div.scrollingHotSpotRightVisible {

}

div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

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