#DemoScroller_Container
{
	height: 330px;
	width: 260px;
	position: relative;
	background-color:#badde0;
}

#DemoScroller_Content
{
	height: 330px;
	width: 240px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 2px;
	background-color:#badde0;
}

#DemoScroller_ScrollingArea
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 260px;
	text-align: left;
	background-color:#badde0;
}

#DemoScroller_ScrollBar
{
	height: 280px;
	width: 15px;
	float: right;
	position: relative;
}

#DemoScroller_UpArrow
{
	height: 15px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	position: relative;
}

#DemoScroller_GripperContainer
{
	height: 300px;
	position: relative;
	cursor: pointer;
	cursor: hand;
	background-color:#f5f5f5;
}

#DemoScroller_Gripper
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 75px;
	cursor: pointer;
	cursor: hand;
}

#DemoScroller_DownArrow
{
	height: 15px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	position: relative;
}
