#DemoScroller_Container	{
	height:200px;
	width:100%;
	position: relative;	}
#DemoScroller_Content	{
	height:250px;
	border-style:solid;
	border-width:1px;
	border-color:#dddddd;
	width:250px;
	overflow:hidden;
	position:relative;
	float:left;
	margin-right:2px;	}
#DemoScroller_ScrollingArea	{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	text-align: left;	}
#DemoScroller_ScrollBar	{
	background-color:#dadada;
	height:240px;
	width:10px;
	float:right;
	position:relative;	}
#DemoScroller_UpArrow	{
	height:7px;
	cursor:pointer;
	cursor:hand;
	text-align:center;
	position: relative;	}
#DemoScroller_GripperContainer	{
	height:192px;
	position:relative;
	cursor:pointer;
	cursor:hand;	}
#DemoScroller_Gripper	{
	position:absolute;
	top:0px;
	left:0px;
	width:10px;
	background-color:#b7c4e3;
	height:50px;
	cursor:pointer;
	cursor:hand;	}
#DemoScroller_DownArrow	{
	height:7px;
	cursor:pointer;
	cursor:hand;
	text-align:center;
	position:relative;	}
