@charset "UTF-8";
/* CSS Document */
/*------------------------ STEPCAROUSEL ---------------------------*/
.stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 820px;
	height: 100px;
	padding-left: 0px;
	left:8px;
	margin-top:10px;
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0px;
	top: 0;
	width: 820px;
	height: 100px;
}
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 820px;
}
.sampleLinkBar{
	position: relative;
	top:90px;
	overflow: scroll; /*leave this value alone*/
	width: 700px;
	height:15px;
	padding-left: 0px; 
	left:8px;
	color: #2e6ab1;
	padding: 1px 2px;
	text-align: center;
}
/*.sampleLinkBar a{
	margin-right: 3px;
	text-decoration: none;
}*/
p.samplebuttons{
width: 750px;
text-align: center;
}
p.samplebuttons a{
color: #2e6ab1;
padding: 1px 2px;
margin-right: 3px;
text-decoration: none;
}

