#Scroller_Container
{
	width: 425px;
	height:400px;
	position: relative;
	top:10px;
	color:#6F6E6E;
	font-family:Georgia;
	font-size:12px;
	line-height:130%;
}
#Scroller_Container a
{
	color:#064660;
	text-decoration:none;
	font-family:Georgia;
	font-size:12px;	
	line-height:130%;
}
#Scroller_Container a:hover
{
	color:#4591BC;
	text-decoration:none;
	font-family:Georgia;
	font-size:12px;	
}
#Scroller_Content
{
	height: 380px;
	width: 393px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right:2px;
	margin-top:5px;
}

#Scroller_ScrollingArea
{
	position: absolute;
	left: 0px;
	width: 393px;
	text-align: left;
}

#Scroller_ScrollBar
{
	height: 150px;
	width: 2px;
	float:right;
	margin-right:15px;
	position: relative;
}

#Scroller_UpArrow
{
	height: 4px;
	cursor: pointer;
	text-align: center;
	position: relative;
	
}
#Scroller_GripperContainer
{
	height: 375px;
	width: 2px;
	position: relative;
	cursor: pointer;
	background-color:#E0E0E0;
	background-repeat: repeat-y;
	left:3px;
}

#Scroller_Gripper
{
	position: absolute;
	left: 0px;
	width:2px;
	height: 75px;
	cursor: pointer;
	background-color:#A1C9E0;
	background-repeat: repeat-y;
	border-bottom: 1px solid #A1C9E0;
	border-top: 1px solid #A1C9E0;
}

#Scroller_DownArrow
{
	height: 4px;
	cursor: pointer;
	text-align: center;
	position: relative;
}