
.scroll-pane {
	width: 380px;
	height: 460px;
	overflow: auto;
	float: left;
	/* tamnho da tela para scroll*/
	
}
body{
	margin: 0;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	top: 12px;
	z-index: 1;

}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #c3c3c3;
	/* cor da barra geral */

}
	.jScrollPaneDrag {
	position: absolute;
	background: #2905A0;
	left: 0px;
	cursor: pointer;
	overflow: hidden;
	/* cor da barra q arrasta*/
}
#pane1{
position: relative;
}


#pane12{
position: relative;
}

.scroll-pane2 {
	width: 370px;
	height: 460px;
	overflow: auto;
	float: left;
	/* tamnho da tela para scroll*/
	
}

#pane3{
	position: relative;
}

.scroll-pane3 {
	width: 370px;
	height: 460px;
	overflow: auto;
	float: left;
	/* tamnho da tela para scroll*/
	
}

#pane4{
	position: relative;
}

.scroll-pane4 {
	width: 370px;
	height: 460px;
	overflow: auto;
	float: left;
	/* tamnho da tela para scroll*/	
}

#pane5{
	position: relative;
}

.scroll-pane5 {
	width: 370px;
	height: 460px;
	overflow: auto;
	float: left;
	/* tamnho da tela para scroll*/
	
}