/* CSS Document */



#Scroller {
	text-align:left;
	position:absolute;
	overflow: hidden;
	width: 425px;
	height: 330px;
}


.Scroller-Container {
 position: absolute;
}


.Scrollbar-Track {
  width: 10px; 
  height: 330px;
  position: absolute;
  background-color:#AEB1D2;
  margin:0 0 0 445px;

}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; 
  height: 25px;
  background-color: #A24B82;
  background-image:url(images/site/scrollbar-handle.gif);
  background-repeat:no-repeat;
}

