#Scroller_Container
{
	height: 150px;
	width: 575px;
	position: relative;
}

#Scroller_Content
{
	height: 450px;
	width: 555px;
	overflow: hidden;
	position: relative;
	top:10px;
	float: left;
	margin-right: 10px;
}

#Scroller_ScrollingArea
{
	position: absolute;
	top: -9px;
	left: -6px;
	width: 555px;
	text-align: left;
}

#Scroller_ScrollBar
{
	height: 455px;
	width: 10px;
	float: right;
	position: relative;
	top:10px;
}

#Scroller_UpArrow
{
	height: 7px;
	text-align: center;
	position: relative;
}

#Scroller_GripperContainer
{
	height: 440px;
	position: relative;
	background-image: url('images/scrollbar/track_background.gif');
	background-repeat: repeat-y;
	background-position: top left;
}

#Scroller_Gripper
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 75px;
}

#Scroller_DownArrow
{
	height: 7px;
	text-align: center;
	position: relative;
}
