#scroll {
	position:relative;
	width:420px;
	height:336px;
	overflow:auto
}
#scrollcontent {
	position:absolute;
	width:400px;
	z-index:200
}
#scrollbar {
	float:right;
	position:relative;
	display:none;
	width:20px;
	height:336px;
	z-index:100;
	background-color: #A8978F;
}
.scroller {
	position:absolute;
	top:0;
	width:20px;
	cursor:default;
	background-color:#704E4F;
	background-image:url(../images/scroll-arrows.gif);
	background-position:50% 50%;
	background-repeat:no-repeat
}
.buttonclick {
	background-color:#55310F
}

