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