/*PAS TOUCHE*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../_img/projets_soutenus/b.jpg) 3px center repeat-y;
	width:3px;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(../_img/projets_soutenus/s.jpg) 3px center repeat-y;
	cursor: pointer;
	overflow: hidden;
   width:3px;
}
/*FIN*/



.holder {
   /*float: left;
	margin: 10px;*/
}
.scroll-pane {
	/*width: 200px;
	height: 200px;
	overflow: auto;
	background: #ccc;
	float: left;*/
	
	width:272px;
	height: 130px;
   padding-left:20px;
   overflow: auto;
}

#pane3, #pane4, #pane5 {
	height: 100px;
}
