<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.stepcarousel{
	position: relative; 	
	overflow: scroll; 
	width: 990px; 
	height:210px; 
	margin-left:0px;
}

.category-products .stepcarousel{
	position: relative; 	
	overflow: scroll; 
	width: 990px; 
	height:210px; 
	margin-left:0px;
}

.category-products .stepcarousel .belt{
	position: absolute; 
	left: 0;
	top: 0;
}

.category-products .stepcarousel .panel{
	float: left; 
	/*overflow: hidden; */
	margin-right: 5px;
	width: 193px;
}


p.samplebuttons{
width: 300px;
text-align: center;
}

p.samplebuttons a{
color: #2e6ab1;
padding: 1px 2px;
margin-right: 3px;
text-decoration: none;
}
</pre></body></html>