#scrollNav {
  width: 500px;
  height: 30px;
}

#scrollContainer {
  width: 500px;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.scrollContent {
	width: 160px;
	height: 200px;
	float: left;
	margin-right: 10px;
	text-align: center;
}