#scroller_Container
{
	position: relative;
	float: left;
	height: 268px;
	width: 440px;
}

#scroller_Content
{
	overflow: hidden;
	width: 391px;
	position: relative;
	height: 268px;
	float: left;
}

#scroller_ScrollingArea
{
	text-align: left;
	position: absolute;
}

#scroller_ScrollBar
{
	height: 250px;
	width: 10px;
	float: right;
	position: relative;
	padding-top: 5px;
}

#scroller_GripperContainer
{
	height: 250px;
	position: relative;
	cursor: pointer;
	width: 1px;
	background-color: #CCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	margin-left: 4px;
}

#scroller_Gripper
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 50px;
	cursor: pointer;
	margin-left: -4px;
	
}

