@charset "utf-8";

.stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 320px; /*Width of Carousel Viewer itself*/
	height: 295px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: -7px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: -0px;
	top: -0px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 315px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	position: absolute;
	font-size: 14px;
	height: 272px;
}
.stepcarousel_words {
	color: #000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
a.links:visited {
	text-decoration: underline;
	color: #900;
}
.links {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #900;
	text-decoration: underline;
}
a.links:hover {
	text-decoration: none;
	color: #333;
}
a.links:active {
	text-decoration: underline;
	color: #900;
}
#updates_header {
	position:absolute;
	left:60px;
	top:5px;
	width:230px;
	height:33px;
	z-index:3;
}
#update_container {
	position:absolute;
	left:515px;
	top:-7px;
	width:399px;
	height:359px;
	z-index:4;
	background-image: url(images/swirly_box_updates.png);
	background-repeat: no-repeat;
}

#updates {
	position:absolute;
	left:39px;
	top:38px;
	width:320px;
	height:310px;
	z-index:2;
}
.small_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
}
