#slider {
	width: 281px;
	position: relative;
}
.scroll{
	height: 165px;
	overflow: auto;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
	width:281px;
}
.scrollContainer{
	width:281px;
}
.scrollContainer div.panel {
	height: 165px;
	width: 281px; /* change to 560px if not using JS to remove rh.scroll */
	margin:6px 0 0 0;
	padding:0 0 0 5px;
}
.scrollButtons {
	position: absolute;
	top: 150px;
	cursor: pointer;
}
.scrollButtons.left {
	top: -18px;
	left:128px;
}
.scrollButtons.right {
	top: 167px;
	left:128px;
}
