
/* These settings should not be specific to any one instance of the scroll pane */
/* specific container sizes should be applied with additinal class selectors */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	/*padding-right:20px;
	width:155px !important;*/
	}
		
/* The site-wide appearance of the scroll track and handle are deignated here */
.jScrollPaneTrack {
	position:absolute;
	cursor:pointer;
	right:0;top:0;
	height:100%;
	width:5px !important; 
	background:#636363 !important;
	padding:2px;
	}
.jScrollPaneDrag {
	position:relative; 
	background:#FFF;
	cursor:pointer;
	overflow:hidden;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	width:5px !important;
	}

/*.scroll-pane{ width: 164px; height: 315px; padding:0; overflow: auto;}*/
/*.scroll-pane p{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:#232323;
	padding:12px;
	color:#CCC;
	font-size:14px;
	line-height:16px;
		}*/








/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
