@charset "utf-8";
/*滚动条样式*/
#roll {width:763px;height:460px; overflow:hidden; position:relative;}
#Scrollbar-Container-1 { position: absolute;top: 0px; right:0px;}
#Scrollbar-Container-1 .Scrollbar-Track { width:9px;position: absolute;top:0px; right: 0px;background:url(../images/scroll_bar_bg.jpg) repeat-y center top;height:460px;}
#Scrollbar-Container-1 .Scrollbar-Handle { position: absolute;top: 0px; right: 0px;width:9px; height:25px;background:#b1b1b1;cursor:pointer;}
.Container1 {width:728px;height:458px;overflow:hidden;}
.Container1 #Scroller-1 {position: absolute;overflow: hidden;width:728px;height: 458px;}
.Container1 .Scroller-Container { left: 0px; position: absolute; top:0px }
/*滚动条样式*/


