#slider {
    width: 840px;
	height: 246px;
    margin: 0 auto;
    position: relative;
}
.scroll {
	width: 840px;
	height: 246px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}
.scrollContainer div.panel {
	height: auto;
	width: 842px;
	height: 248px;
}
.scrollButtons {
    position: absolute;
    top: 100px;
    cursor: pointer;
}
.scrollButtons.left {
    left: -40px;
}
.scrollButtons.right {
    right: -40px;
}
.hide {
    display: none;
}

