
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	color:#959595;
	
}

.jScrollPaneContainer a {
	text-decoration:none;
	
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 360px !important;
	background: #e5e5e5;
	width:3px !important;
	margin:0px 3px 0px 0px;
}
.jScrollPaneDrag {
	position: absolute;
	background: #999;
	cursor: pointer;
	overflow: hidden;
	width:3px !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;
	height: 6px;
	width:11px;
}


a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	width:11px;
	height: 6px;
}



a.jScrollArrowUp {
	background: url(../images/arrow-up.png) repeat-x 0 0;
}

a.jScrollArrowDown {
	background: url(../images/arrow-down.png) repeat-x 0 0;
}

.scroll-pane, .scroll-pane-full  {

	height:375px;
	overflow: auto;
	padding:0px 10px 0px 0px;
}

.scroll-pane {
    width:156px;	

}

.scroll-pane-full {
	width:790px;	
}

.scroll-pane p {
	width:144px !important;
}

.scroll-pane-full p {
	width:778px !important;
}


