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

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