@charset "utf-8";
/* CSS Document */

.Container_outer{ position:relative; width: 274px;  }
.Container_outer h1{ font-size:14px; font-weight:bold; padding:5px 0 10px 35px; margin:10px 0 0 0; background:url(../images/services_icon.jpg) no-repeat left; }
.Container {
  position:relative;
  top:0px; left:0px;
  width: 274px;
  height: 225px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 274px;
  height: 210px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #777;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Track {
  width: 10px; height:180px;
  position: absolute;
  top: 50px; left: 280px;
  background-color: #EEE;
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 10px; height: 30px;
  background-color:#FF3000;
}

