<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ui-carousel {
	height: 100px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 300px
}

.ui-carousel &gt; .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel &gt; .wrapper &gt; .slide {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	width: 100px;	
	margin: 0 1px 0 0;
}</pre></body></html>