#SidebarScroller_Container
{
	height: 150px;
	width: 270px;
	position: relative;
}

#SidebarScroller_Content
{
	height: 150px;
	width: 258px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 2px;
}

#SidebarScroller_ScrollingArea
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 258px;
}

#SidebarScroller_ScrollBar
{
	height: 150px;
	width: 10px;
	float: right;
	position: relative;
}

#SidebarScroller_UpArrow
{
	height: 7px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	position: relative;
}

#SidebarScroller_GripperContainer
{
	height: 136px;
	position: relative;
	cursor: pointer;
	cursor: hand;
	background-image: url('/images/scrollbar/track_background.gif');
	background-repeat: repeat-y;
	background-position: top left;
}

#SidebarScroller_Gripper
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 75px;
	cursor: pointer;
	cursor: hand;
}

#SidebarScroller_DownArrow
{
	height: 7px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	position: relative;
}