.stepcarouselblog {
	height: 150px;
	width: 100%;
	position: relative;
	float: left;
}

.stepcarouselblog .beltblog {
	position: absolute;
	height: 150px;
	width: 100%;
	z-index: 1;
}

.stepcarouselblog .panelblog {
	float: left; /*leave this value alone*/
	overflow: hidden;
	height: 150px;
	width: 150px;
	padding: 0px;
	margin-right: 10px;
}
