.scrollContainer {
  position: absolute;
  /*top: 50px; left: 100px;
  width: 566px;
  height: 944px;*/
}

#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 566px;
  height: 944px;
}

#Scroller-2 { 
  position: absolute; 
  overflow: hidden;
  width: 566px;
  height: 589px;
}

/*
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #6F6048;
}
*/
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  height: auto;
  margin-right: 30px;
  width: 540px;
}
#Scrollbar-Container {
  position: absolute;
  top: 0px; left: 560px;
  /*display: none;*/
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
  width: 10px; 
  height: 964px;
  position: absolute;
  /*top: 36px; left: 4px;*/
  background: #7ccccd;
}

div.content-welcome .Scrollbar-Track {
	width: 10px; 
	height: 609px;
	position: absolute;
	/*top: 36px; left: 4px;*/
	background: #7ccccd;
}

.Scrollbar-Handle {
  position: absolute;
  width: 25px; height: 26px;
  background: url(../../themes/global/images/scroll-R.png) no-repeat;
  margin-left: -7px;
  cursor: pointer;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 187px;
}
