﻿div.scrollWrapper
{
	overflow: hidden;
	width: 100%;
	height: 100%;
	float:left;
}

div.scrollableArea
{
	width: 600px;
	height: 100%;
	float:left;
}