#about_sprott_scroller {
	position: absolute;
	top: 50px;
	right: 20px;
  background: url('../images/scroll_shadows_bg.png') no-repeat scroll top left;
  width: 398px;
  height: 385px;
}

#ie #about_sprott_scroller {
  background: none;
}

#ie .jScrollPaneContainer {
  border: 1px solid #a2a5a8;
}

#about_sprott_scroller .scroll_content {
  color: black;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter:alpha(opacity=50);
  width: 400px;
  height: 345px;
	overflow: hidden;
}

.scroll_content h2 {
  font-size: 20px;
	padding: 10px;
  padding-top: 20px;
	padding-bottom: 0;
	color: #cfa54b;
	font-weight: bold;
}
.scroll_content  h3 {
	font-weight: bold;
  font-size: 12px;
	color: #cfa54b;
  padding: 10px;
  padding-top: 0;
}
.scroll_content h4 {
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  padding: 10px;
  padding-top: 0;
}
.scroll_content p {
  /*width: 285px;*/
	padding: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
}

