div.scrollingHotSpotLeft {
	min-width: 75px;
	width: 75px;
	height: 100%;
	padding-left: 20px;
	background-image: url(http://aireainc.com/images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center right;
	position: absolute;
	z-index: 200;
	left: 0;
	}

div.scrollingHotSpotLeftVisible {
	background-image: url(../images/arrow-lt.png);
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	cursor: pointer;
	}

div.scrollingHotSpotLeftVisible:hover {
	opacity: 0.20;
	filter: alpha(opacity = 20);
	-moz-opacity: 0.20;
	}
	
div.scrollingHotSpotRight {
	min-width: 75px;
	width: 75px;
	height: 100%;
	padding-right: 20px;
	background-image: url(http://aireainc.com/images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center left;
	position: absolute;
	z-index: 200;
	right: 0;
	}

div.scrollingHotSpotRightVisible {
	background-image: url(../images/arrow-rt.png);
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	cursor: pointer;
	}

div.scrollingHotSpotRightVisible:hover {
	opacity: 0.20;
	filter: alpha(opacity = 20);
	-moz-opacity: 0.20;
	}

div.scrollWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding-right: 200px;
	}

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