﻿/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */

div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width:535px;
	height: 42px;
}

div.scrollableArea
{
	position: relative;
	width: 550px;
	height:42px;
}
