﻿.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-right:20px;
}
.jScrollPaneTrack{
	position:absolute;
	cursor:pointer;
	right:0;top:0;
	height:100%;
	background:#CCC;
}
.jScrollPaneDrag{
	position:absolute; 
	background:#333;
	cursor:pointer;
	overflow:hidden;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.scroll-pane
{
    width: 93%;
	height: 442px;
	overflow: auto;
	float: left;
    padding:0;
}
.scroll-pane p{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:12px;
	font-size:12px;
	line-height:16px;
}

.scroll-pane2
{
    width: 93%;
	height: 400px;
	overflow: auto;
	float: left;
    padding:0;
}
.scroll-pane2 p{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:12px;
	font-size:12px;
	line-height:16px;
}

