div.scroll-pane {height:300px; overflow:auto; background:#ffffff;}

.jScrollPaneContainer {position:relative; overflow:hidden; z-index:1; outline:none;}

.jScrollPaneTrack {position:absolute; cursor:pointer; right:0; top:0; height:100%; background:#ffffff;}
.jScrollPaneDrag {position:absolute; cursor:pointer; overflow:hidden; background:url(../images/scrollbar.png) repeat-y left top;}
.jScrollPaneDrag:hover, .jScrollPaneDragActive {background-position:right top;}

.jScrollPaneDragTop {position:absolute; top:0; left:0; overflow:hidden;}
.jScrollPaneDragBottom {position:absolute; bottom:0; left:0; overflow:hidden;}

a.jScrollArrowUp, a.jScrollArrowDown {display:block; position:absolute; z-index:1; right:0; text-indent:-2000px; overflow:hidden; height:13px;}
a.jScrollArrowUp {top:0; background:url(../images/arrows-scrollbar.png) no-repeat left top;}
a.jScrollArrowUp:hover {background-position:left bottom;}
a.jScrollArrowDown {bottom:0; background:url(../images/arrows-scrollbar.png) no-repeat right top;}
a.jScrollArrowDown:hover {background-position:right bottom;}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {}

/* default heights, .scrollbox-forumtopics height is overridden by plugin initialization */

div.scrollbox {}

/* div.scrollbox-users {height:172px;} */
div.scrollbox-users {height:82px;}
div.scrollbox-users4 {height:233px;}
div.scrollbox-users5 {height:294px;}
/* 
   the .scrollbox-forumtopics box's height, on the front-page only, 
   is initialized from js, in jquery.initboxes.js, end of file. 
*/
div.scrollbox-forumtopics {height:237px;}
div.scrollbox-tutorials {height:449px;}
div.scrollbox-blogentries {height:467px;}
div.scrollbox-tweetbox {height:459px;}
div.scrollbox-events {height:172px;}