#slider {
  width: 690px;
  position: relative;
	margin: 0 0 70px;
}

.scroll {
  height: 460px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

.scrollContainer div.panel {
  height: 460px;
  width: 690px; /* change to 560px if not using JS to remove rh.scroll */
}

.scrollButtons {
  cursor: pointer;
	background-color: #ccc;
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 10px;
}

.scrollButtons.right.overlay {
  cursor: pointer;
	background-color: transparent;
	width: 690px;
	height: 460px;
	margin-left: 0;
	margin-top: -480px;
	z-index: 999;
	display: block;
	float: left;
	position: absolute;
}

.scrollButtons:hover {
	background-color: #999;
}

ul.navigation {
	float: left;
}
ul.navigation li {
    display: inline;
    margin-right: 10px;
	float: left;
}

ul.navigation a {
	cursor: pointer;
	width: 10px;
	height: 10px;
	background-color: #666;
	display: block;
}

ul.navigation a.selected, ul.navigation a:hover {
    background-color: #000;
}

ul.navigation a:focus {
    outline: none;
}

div.scrollButtonHolder {
	float: right;
	text-align: right;
}
