.stepcarousel{
	overflow: scroll; /*leave this value alone*/
	width: 826px; /*Width of Carousel Viewer itself*/
	height: 359px;
	margin: 0px;
	float: left;
	position: relative;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	margin: auto;
}

.stepcarousel .panel{
	overflow: hidden; /*margin around each panel*/
	width: 826px;
	padding-top: 22px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mygallery b {
	color: #F5EAD4;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mygallery a, a:visited {
	color: #F5EAD4;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.carousel_text {
	display: block;
	padding-top: 35px;
	font-size: 11px;
	color: #F5EAD4;
}

