#conveyor {
	position: relative;
	height: 48em;
	width: 660px;
	padding: 5px;
	border: 4px solid #e9e9e9;
	overflow: hidden;
}

#conveyor-belt {
	width: 99999px;
}

.slide {
	width: 670px;
	float: left;
}

.slide h3 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

.slide img {
	display: block;
	margin-left: 25px;
}

.slide p {
	margin-left: 25px;
	margin-right: 25px;
}

p.controls {
	padding-left: 280px;
}

#previous-button {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 2px;
	background: url(/images/tour/buttons.gif) top left no-repeat;
	text-indent: -10000px;
}

#previous-button.disabled {
	background-position: 0 -20px;
}

#next-button {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url(/images/tour/buttons.gif) -20px 0 no-repeat;
	text-indent: -10000px;
}

#next-button.disabled {
	background-position: -20px -20px;
}

