#head-bar-frame {
	margin: 0 auto;
	width: 900px;
	position: relative;
	overflow: hidden;
}

#head-bar-slide-container {
	position: relative;
	width: 500em;
}

.head-bar-slidebox {
	padding: 0;
	float: left;
	width: 900px;
	position: relative;
}

.head-bar-arrow-left {
	position: absolute;
	left: 7px;
	cursor: pointer;
}

.head-bar-arrow-right {
	position: absolute;
	right: 7px;
	cursor: pointer;
}
