#wrapper {
	width:385px;
	height:200px;
	background:#fff;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	padding:1px;
	outline:0;
	margin-right: 1px;
	margin-left: 1px;	
}
#scroll {position:relative; width:385px; height:200px;overflow:auto;outline:0;}
#scrollcontent {
	position:absolute;
	width:380px;
	z-index:200;
	outline:0;
	left: 1px;
	top: 3px;
	font-size:12px;
	font-family:Trebuchet MS,Verdana;	
	/*overflow:scroll;*/
}
 #scrollbar {float:right; position:relative; display:none; width:11px; height:200px; z-index:200; background:url(images/scroll-bg.gif;outline:0;)}
.scroller {position:absolute; top:0; width:15px; cursor:pointer; background-color:#ccc; background-image:url(images/scroll-arrows.gif); background-position:50% 50%; background-repeat:no-repeat; outline:0;}
.buttonclick {background-color:#bbb; outline:0;}

