/* CSS Document */
.Container_openings {
  position: absolute;
  top: 16px; left: 9px;
  width: 650px;
  height: 270px;
/*  background: #FFF url(images/container_background.gif) no-repeat;*/
  
}
#Scroller-1_openings { 
  position: absolute; 
  overflow: hidden;
  width: 650px;
  height: 300px;
  left: 10px;
}
#Scroller-1_openings p {
  margin: 0; padding: 0px 10px;
 /* font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #6F6048;*/
}
.Scroller-Container_openings {
  position: absolute;
  top: -12px; 
  left: -9px;
}
#Scrollbar-Container_openings {
	position: absolute;
	top: 13px;
	left: 685px;
	height: 302px;

}
.Scrollbar-Up_openings {
	cursor: pointer;
	position: absolute;
	top: 1px;
	left: 0px;
}
.Scrollbar-Track_openings {
  width: 20px; height: 262px;
  position: absolute;
  top: 20px; 
  left: 1px;
  /*background: transparent url(images/scrollbar_track.gif) no-repeat center center;*/
}
.Scrollbar-Handle_openings {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0px;
	left: 1px;
}
.Scrollbar-Down_openings {
	cursor: pointer;
	position: absolute;
	top: 283px;
	left: 0px;
}
