.thumbnails {
	margin: 0 auto 25px auto;
}

.thumbnails .status, .thumbnails .status span {
	text-align: center;
	font-size: 11px;
	color: #464646;
}

.thumbnails .status strong {
	text-align: center;
	font-size: 11px;
	color: crimson;
}

.thumbnails .status span {
	font-weight: bold;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 440px;
	height: 97px; /*Height should enough to fit largest content's height*/
}

.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 12px 0 12px; /*margin around each panel*/
	width: 131px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 100px;
	background: url(/thumbnailSlider/gfx/thumbnail-bg.gif) bottom right no-repeat;
}

.stepcarousel img {
	border: solid 1px #e2e2e2;
	filter:alpha(opacity=65);
}

.stepcarousel img:hover {

}