#wrapper {
	width:900px;
/*	background-color:#ceeaf1;*/
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#scroll {
	position:relative;
	width:900px;
	height:412px;
	overflow:auto
}
#scrollcontent {
	position:absolute;
	width:875px;
	z-index:200;
	top: 1px;
	left: 1px;
}
#scrollbar {
	float:right;
	position:relative;
	display:none;
	width:15px;
	height:412px;
	z-index:100;
	/*background:url(images/scroll-bg.gif)*/
}
.scroller {
	position:absolute;
	top:0;
	width:15px;
	cursor:pointer;
	background-color:#e4e4e4;
	background-image:url(images/scroll-arrows.gif);
	background-position:50% 50%;
	background-repeat:no-repeat
}
.buttonclick {
	background-color:#B4E1EB
}
