
/* CSS Document */

#Scrollbar-Container{background:url(../image/ver3.gif) -2px top repeat-y; padding:0; position:absolute; left:302px; top:0;}
.Scrollbar-Track {width:20px; height: 107px; position:relative; left:0; top:0;}
.Scrollbar-Handle {position: absolute;width:20px; height:10px; background:url(../image/1.png) left top repeat-y; cursor:pointer; font-size:0; top:0;}
/*
.Container {position: absolute;top: 50px; left: 80px;width: 400px;
  height: 200px;}*/
#Scroller-1 {position: absolute; top:0; left:0; overflow: hidden;width:302px;height:107px;}/*只需改width和height*/
.Scroller-Container {position: absolute; top: 0px; left: 0px;}
.Scrollbar-Up,
.Scrollbar-Down {cursor: pointer; position: absolute;width:5px; height:12px; left:0; top:-12px;}
.Scrollbar-Down {top:240px;}