#slider {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.theScrollButtons{
	width: 1000px;
	top: 0px;
	margin: 0 auto;
}
.theScrollButtons_left {
	width: 37px;
	margin: 0 auto;
	top: 0px;
	float: left;
}
.theScrollButtons_right {
	width: 37px;
	margin: 0 auto;
	top: 0px;
	float: right;
}
.scroll {
	margin: 0 auto;
	height: 350px;
	width: 800px;
	overflow: hidden;
	overflow-x: hidden;
	position: relative;
}
.scrollContainer div.panel {
	height: 350px;
	width: 800px;
	overflow: hidden;
}
#shade {
	height: 50px;
}
.scrollButtons {
	position: absolute;
	top: 140px;
	cursor: pointer;
}
.scrollButtons.left {
	text-align: left;
}
.scrollButtons.right {
	text-align: right;
}
.hide {
	display: none;
}

