#slider {
	width: 560px;
	float: left;
	/*position: relative;*/
	border: 2px solid #e2e2e2;
	margin-left: 0px;
	background: #FFFFFF;
}

.scroll {
  /*height: 250px;
 _height: 500px;*/
  width: 560px;
  background: #FFFFFF;
  overflow: hidden !important;
  position: relative;
}

.scrollContainer div.panel {
  padding: 5px;
  /*height: 210px;*/
  width: 550px; /* change to 560px if not using JS to remove rh.scroll */
  background: #FFFFFF;
}

.selected {
	padding: 5px 2px 5px 2px;
	margin-bottom: 0;
	background: #f4f4f4;
	width: 100%;
	display: block;
}

.selected {
	font-weight: lighter;
}
