#wrapper {
	width:400px;
	height:390px;
	margin:40px auto;
	background:#fff;
	border-top:4px solid #eee;
	border-left:4px solid #eee;
	padding:20px
}
#scroll {
	position:relative;
	width:434px;
	height:360px;
	overflow:visible
}
#scrollcontent {position:absolute; width:400px; z-index:200}
#scrollbar {
	float:right;
	position:relative;
	display:none;
	width:10px;
	height:360px;
	z-index:100;
	background-image: url(images/scroll-bg.gif);
	background-repeat: repeat-y;
}
.scroller {position:absolute; top:0; width:10px; cursor:pointer; background-color:#848B2B; background-image:url(images/scroll-arrows.gif); background-position:50% 50%; background-repeat:no-repeat}
.buttonclick {background-color:#bbb}

