#Scroller_Container
{
	height: 435px;
	width: 188px;
	position: relative;
	left:64px;
	top:20px;
	font-family:Arial;
	font-size:11px;
	color:#4591BC;
	line-height:160%;
}

#Scroller_Content
{
	height: 435px;
	width: 155px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 2px;
	margin-top:5px;
}

#Scroller_ScrollingArea
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 155px;
	text-align: left;
}

#Scroller_ScrollBar
{
	height: 150px;
	width: 8px;
	float:left;
	margin-right:15px;
	position: relative;
}

#Scroller_UpArrow
{
	height: 6px;
	width:11px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	position: relative;
}
#Scroller_GripperContainer
{
	height: 435px;
	width: 8px;
	position: relative;
	cursor: pointer;
	cursor: hand;
	background-image:url('img/gripbg_bg.gif');
	background-repeat: repeat-y;
	left:3px;

}

#Scroller_Gripper
{
	position: absolute;
	top: 0px;
	left: 0px;
	width:8px;
	height: 75px;
	cursor: pointer;
	cursor: hand;
	background-image:url('img/grip_bg.gif');
	background-repeat: repeat-y;
}

#Scroller_DownArrow
{
	height: 6px;
	width:11px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	position: relative;
}
