#slide_container {
	width: 206px;
	height: 100px;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}

#items_container {
	width: 204px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 10px;
}

div.slide_item {
	width: 206px;
	height: 100px;
	position: absolute;
	left: 547px;
	top: 12px;
	color: #333333;
	text-align: center;
}

div.first_item {
	left: 0;
}
