#carousel {
	margin: 0;
}

#container {
	margin: 0 0 20px;
	float: right;
	background: #AAAAAA
}

.yui-skin-sam .yui-carousel-nav ul,
.yui-skin-sam .yui-carousel-nav select {
	display: none;
}

/* Always be sure to give your carousel items a width and a height */
.yui-carousel-element li {
	height: 208px;
	width: 176px;
}