#slider {
    width: 799px;
	height: 559px;
	margin: 0 0 0 98px;
    position: relative;
}

.scroll {
    width: 799px;
	height: 559px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    width: 799px;
	height: 559px;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -77px;
	margin-top: 45px;
}

.scrollButtons.right {
    right: -79px;
	margin-top: 51px;
}

.hide {
    display: none;
}
