/****
most of this widget style is inside the scroller.js
****/
div#chatlist {
    height: 150px;
	width: 680px;
	float:right;
}
div.mousescroll {
    overflow: hidden;
}
div.mousescroll:hover {
    overflow-y: scroll;
}
ul {
    list-style-type: none;
}
.slimScrollDiv { 
	float:right;
}
​