.Container {
	position: absolute;
	left: 0px;
	width: 680px;
	height: 225px;
}
#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 680px;
	height: 225px;
	left: 0px;
	top: 0px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;

  
}
.Scroller-Container {
	position: absolute;
	top: -9px;
	left: 0px;
	width: 681px;
}
#Scrollbar-Container {
	position: absolute;
	top: 60px;
	left: 685px;
}
.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 2px;
}
.Scrollbar-Track {
	width: 13px;
	height: 171px;
	position: absolute;
	top: 15px;
	left: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
.Scrollbar-Handle {
	position: absolute;
	width: 13px;
	height: 18px;
	left: 0px;
	top: -1px;
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 186px;
	left: 2px;
}
/*-----------------jargon-header-------------------*/
#jargon-header{
	position:relative;
	display:block;
	height:40px;
	font-size:13px;
	color:#2A0B31;
	font-weight:bold;
	background-image: url(images/orangeline.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 700px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#jargon-header ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#jargon-header ul li{
	display:block;
	float:left;
	background-image: url(../images/jargon-header-bg.gif);
	padding-right: 10px;
	height: 28px;
	padding-left: 10px;
	padding-top: 12px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 149px;
}
/*-----------------jargon-header-------------------*/

/*-----------------jargon-content-------------------*/
#jargon-content{
	position:relative;
	display:block;
	font-size:13px;
	width: 690px;
	padding-top: 15px;
	
}
#jargon-content ul{
	margin:0px;
	padding:0;
	list-style-type:none;
}
#jargon-content ul li{
	display:block;
	float:left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 12px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 145px;
}
/*-----------------jargon-header-------------------*/
