#slider {
 width: 577px;
	height: 500px;
 position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}

.scroll {
	height: 500px;
 overflow: hidden;
 position: relative; /* fix for IE to respect overflow */
 clear: left;
 background: #FFFFFF;
}

.scrollContainer div.panel {
	padding: 0;
 height: 500px;
 width: 577px; /* change to 560px if not using JS to remove rh.scroll */
}

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

.scrollButtons.left {
 left: 0;
	z-index: 1;
}

.scrollButtons.right {
 right: 0;
}
