#DemoScroller_Container
{
	height: 423px;
	width: 560px;
	position: relative;
}

#DemoScroller_Content
{
	height: 423px;
	width: 540px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 2px;
}

#DemoScroller_ScrollingArea
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 550px;
	text-align: left;
}

#DemoScroller_ScrollBar
{
	height: 423px;
	width: 10px;
	float: right;
	position: relative;
}

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

#DemoScroller_GripperContainer
{
	height: 423px;
	position: relative;
	cursor: pointer;
	cursor: hand;
	background-image: url('track_background.gif');
	background-repeat: repeat-y;
	background-position: top left;
}

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

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