﻿
.scroller-Container{ width:685px;padding:30px 20px 0px 18px; height:500px; overflow:hidden;overflow-x: hidden;overflow-y: auto;}
.box{width:700px; height:520px; overflow:hidden; position:relative; margin-top:30px;}

.Container {
  position: absolute;
  top: 50px; left: 0px;padding: 20px 20px 20px 18px;
  width: 685px;
  height: 500px;
  background-color: #fff;
}
#Scroller-1 { 
  overflow: hidden;
 height: 500px;
    position: absolute;
    width: 685px;
}
/*#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: 18px; height: 500px;
  position: absolute;
  top: 70px; left: 705px;
 background:#fff url("../images/else/sc.gif") no-repeat left center;
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 18px; height: 23px;
   background: url("../images/else/sc2.jpg") no-repeat left center;
}
