#wrapper {width:200px; height:100px; }
.wrapper {width:200px; height:100px; }
.scroll {position:relative; width:260px; height:170px; overflow:auto;}


#scrollcontent {position:absolute; width:200px; z-index:200;}
.scrollcontent {position:absolute; width:200px; z-index:200;}
#scrollbar {float:left; position:relative; display:none; width:5px; height:150px; z-index:100;background-color:#CEC8AE;clear:both;}
.scrollbar {float:left; position:relative; display:none; width:5px; height:150px; z-index:100;background-color:#CEC8AE;clear:both;}
.scroller {position:absolute; top:0; width:5px;cursor:pointer; background-color:#888164; background-position:50% 50%; background-repeat:no-repeat}
.buttonclick {background-color:#888164}

#wrapper1 {width:200px; height:180px; }
.wrapper1 {width:200px; height:180px; }
.scroll1 {position:relative; width:270px; height:180px; overflow:auto;}
#scrollcontent1 {position:absolute; width:200px; z-index:200;}
.scrollcontent1 {position:absolute; width:200px; z-index:200;}

#scrollbar1 {float:left; position:relative; display:none; width:5px; height:180px; z-index:100;background-color:#CEC8AE;clear:both;}
.scrollbar1 {float:left; position:relative; display:none; width:5px; height:180px; z-index:100;background-color:#CEC8AE;clear:both;}
.scroller1 {position:absolute; top:0; width:5px;cursor:pointer; background-color:#888164; background-position:50% 50%; background-repeat:no-repeat;}
.buttonclick1 {background-color:#888164;}
