.scroll-pane {
		width: 570px;
		height: 518px;
		overflow: auto;
		float: left;
		}


/*JScrollPane CSS*/
		.jScrollPaneContainer {
			position: relative;
			overflow: hidden;
			z-index: 1;
			padding-right:20px;
		}
		.jScrollPaneTrack{
			position:absolute;
			cursor:pointer;
			right:0;top:0;
			height:100%
		}
		.jScrollPaneDrag{
			position:absolute; 
			background:#CCC;
			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;
	padding:12px;
	color:#333;
	font-size:14px;
	line-height:16px;
	background-color: #d4d6d3;
	margin-bottom:10px;
		}