﻿/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */

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

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