
.scroll-pane {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ffffff none repeat scroll 0 0;

overflow:auto;
height:183px;
/*height:auto;
min-height:183px;*/

float:left;
width:370px;

}


.scroll-pane-twitter {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ffffff none repeat scroll 0 0;
overflow:auto;
height:123px;
/*height:auto;
min-height:183px;*/
float:left;
width:370px;

}




.scroll-pane-forum {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ffffff none repeat scroll 0 0;
overflow:auto;
height:123px;
/*height:auto;
min-height:183px;*/
float:left;
width:370px;

}





.scroll-pane-coming-up {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ffffff none repeat scroll 0 0;

overflow:auto;
height:323px;
/*height:auto;
min-height:183px;*/

float:left;
width:210px;

}

.scroll-pane-diary {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ffffff none repeat scroll 0 0;
/*padding:10px 0px 10px 0px;
margin-left:0px;
margin-right:0px;*/
overflow:auto;
height:190px;
/*height:auto;
min-height:183px;*/
float:left;
width:210px;

}





.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;

	
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #ebebeb;
}
.jScrollPaneDrag {
	position: absolute;
	background: #ebb600;
	cursor: pointer;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c59900;
}

.jScrollPaneDrag:hover {

	background: #d9a800!important;

}





.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #d0d0d0;
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0b0b0;
	background-image: url(../images/arrowUp.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;	
	
	
	
}
a.jScrollArrowUp:hover {
	background-color: #a5a5a5;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #d0d0d0;
	height: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b0b0b0;
	background-image: url(../images/arrowDown.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;	
}

a.jScrollArrowDown:hover {
	background-color: #a5a5a5;
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
