/* JScrollPane CSS */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-right:50px;
}

.jScrollPaneTrack{
	position:absolute;
	cursor:pointer;
	right:0;
	top:0;
	height:100%;
}

.jScrollPaneDrag{
	position:absolute; 
	background:#fbb600;
	cursor:pointer;
	overflow:hidden;	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

/*.scroll-pane{ padding:0;}

.scroll-pane p{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:#232323;
	padding:12px;
	color:#CCC;
	font-size:14px;
	line-height:16px;
}*/