.holder {
	float: left;
	margin: 0px;
	padding: 0px;
			}
.scroll-pane {
	overflow: visible;
	float: left;
	position: relative;
 			}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	top: 0px;
	width: 200px;
	margin-right: 0px;
}

.jScrollPaneTrack {
	cursor: pointer;
	right: 0px;
	top: 0px;
	height: 100%;
	position: absolute;
	
 }  
.rolo_margem{
	position:absolute;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	z-index: 1;
	display:inline;
	top: auto;
	height:100%;
	bottom: auto;
	float:right;
	right: 15px;
} 
 
.jScrollPaneDrag {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	background-image: url(../scroll/drag_grab.gif);
	background-position: 0px top;
	left: 0;
	background-repeat: no-repeat;
	margin-top: 5px;
	right:3px;
}
