#wrapper {width:350px; height:250px; margin:20px auto;  padding:10px}
#scroll {
	position:relative;
	width:350px;
	height:305px;
	overflow:auto
}
#scrollcontent {
	position:absolute;
	width:320px;
	z-index:200
}
#scrollbar {float:right; position:relative; display:none; width:15px; height:305px; z-index:100; background:url(images/scroll-bg.gif)}
.scroller {position:absolute; top:0; width:15px; cursor:pointer; background-color:#666666; background-image:url(images/scroll-arrows.gif); background-position:50% 50%; background-repeat:no-repeat}
.buttonclick {background-color:#bbb}

#wrapper2 {width:350px; height:250px; margin:20px auto;  padding:10px}
#scroll2 {
	position:relative;
	width:350px;
	height:250px;
	overflow:auto
}
#scrollcontent2 {
	position:absolute;
	width:320px;
	z-index:200
}
#scrollbar2 {float:right; position:relative; display:none; width:15px; height:250px; z-index:100; background:url(images/scroll-bg.gif)}
.scroller2 {position:absolute; top:0; width:15px; cursor:pointer; background-color:#666666; background-image:url(images/scroll-arrows.gif); background-position:50% 50%; background-repeat:no-repeat}
.buttonclick2 {background-color:#bbb}
