@charset "utf-8";
/* CSS Document */
 /*JScrollPane CSS*/
 
 .scroll-pane {
		width: 240px;
		height: 250px;
		overflow: auto;
		float: left;
		}
		
        
		.jScrollPaneContainer {
			position: relative;
			overflow: hidden;
			z-index: 1;
			padding-right:0px;
		}
		.jScrollPaneTrack{
			position:absolute;
			cursor:pointer;
			right:0;top:0;
			height:100%
		}
		.jScrollPaneDrag{
			position:absolute; 
			background:#333;
			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:12px;
			line-height:18px;
			margin-bottom:10px;
		}
		
