#wrapper {
	width:23%;
	height:490px;
	background:#F0ECEC;
	border:dashed #666666 1px;
	padding:2px 5px 2px 2px;
	float: left;
	margin-top: 10px;
	z-index: 50;
}
#scroll {
	position:relative;
	width:100%;
	height:490px;
	overflow:auto
}
#scrollcontent {
	position:absolute;
	width:94%;
	z-index:60;
}
#scrollcontent a:active, #scrollcontent a:link, #scrollcontent a:visited { text-decoration:none; color:#000000; border-bottom:dashed #000 1px;}
#scrollcontent a:hover {text-decoration:none; border-bottom:dashed #000 1px; color: #CC66CC;} 
#scrollbar {float:right; position:relative; display:none; width:10px; height:480px; z-index:100; background:url(../images/scroll-bg.gif)}
.scroller {
	position:absolute;
	top:0;
	width:10px;
	cursor:pointer;
	background-color:#cec3c3;
	background-image:url(../images/scroll-arrows.gif);
	background-position:50% 50%; 
	background-repeat:no-repeat
}
.buttonclick {background-color:#bbb}
