img { border:none; }
a:link, a:visited, a:active { color:#0066CC; text-decoration:none; }
a:hover { color:#FF0000; text-decoration:underline; }
#sheader {
	font-weight:bold;
	font-size:14px;
	margin:0 0 15px 0;
	border-bottom:1px dotted #FFCC00;
	color: #FF6600;
	text-align: center;
}

#slidebox {
	width: 500px;
	margin-left: 130px;
	background-color: #FFFFFF;
}
#slidepan {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 10px;
}
#slidepic {
	height:51px;
	text-align: center;
}
#slidetxt {
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	color:#666666;
	text-align: center;
}
#slidetxt a { font-family:Tahoma, Arial, sans-serif; font-size:11px; }
#clr { width:100%; clear:both; }

.stepcarousel {
	position:relative; /*leave this value alone*/
	overflow:scroll; /* 1px solid #CCCCCC; */
	height:90px; /*Height should enough to fit largest content's height*/
	width:460px;
}
.stepcarousel .belt {
position:absolute; /*leave this value alone*/
left:0; top:0;
}
.stepcarousel .panel {
float:left; /*leave this value alone*/
overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:0 15px 0 0; /*margin around each panel*/
width:80px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
