		
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	overflow: auto;
	float: left;
	background-color: #FFF;
		
}

/*.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}*/
#pane4 {
	width: 650px;
	height: 400px;
	margin-left: 0px;
}
			
			/* IE SPECIFIC HACKED STYLES */
			* html .osX .jScrollPaneDragBottom {
				bottom: -1px;
			}

#boite{
	background:#fff;
	margin-left:60px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #66C3D2;
	border-right-color: #66C3D2;
	border-bottom-color: #66C3D2;
	border-left-color: #66C3D2;
}			
		
			.left .jScrollPaneTrack {
				left: 0;
				margin-left: 0px;
				right: auto;
			}
