﻿div.scrollingHotSpotLeft
{
	min-width: 100px;
	width: 12%;
	height: 100%;
	background-image: url(../aros_images/big_transparent.gif);
	background-repeat: repeat;
	position: absolute;
	z-index: 200;
	left: 0;
	/*background-color: #0ff;*/
	cursor: url(../aros_images/cursors/cursor_arrow_left.cur), w-resize;
}

div.scrollingHotSpotRight
{
	min-width: 100px;
	width: 12%;
	height: 100%;
	background-image: url(../aros_images/big_transparent.gif);
	background-repeat: repeat;
	position: absolute;
	z-index: 200;
	right: 0;
	/*background-color: #0ff;*/
	cursor: url(../aros_images/cursors/cursor_arrow_right.cur), e-resize;
}

div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
	margin-left: 20px;
	margin-right: 20px;
}




