.clear { clear:both;}
span { display:none;}


#babylijst { margin:0 auto; width:745px; font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#313131;}
#babylijst.nl  h1 { width:351px; height:74px; background:url(../images/babylijst/title_baylijst.gif) no-repeat;}
#babylijst.fr  h1 { width:586px; height:74px; background:url(../images/babylijst/title_baylijst_fr.gif) no-repeat;}
#babylijst #back { width:745px; height:633px; background:url(../images/babylijst/back_babylijst.jpg) no-repeat; position:relative;}

#alignbaby{ width:368px; height:452px; left:18px; position:absolute; top:43px;}
#introbaby h3 {font-weight:bold; color:#b5d8e6;}
/*#introbaby ul { font-weight:bold}*/
#introbaby ul li { margin:8px 0; line-height:15px}
#introbaby { color:#fff;  font-size:13px; background:#6E82AC; border:3px solid #b5d8e6; padding:5px 10px; margin:0 0 15px 0;}
#introbaby p{ color:#fff;}

#listbaby h3 { font-size:13px;}

#alignbaby .left, #alignbaby .right { float:left;}
#alignbaby .left {color:#4c9fc1; font-weight:bold; padding:0 20px 0 0; font-size:12px;}
#alignbaby .right { width:300px; margin:0 0 20px 0; line-height:15px;}
/*ASCENSEUR*/

.scroll-pane {
	height: 452px;
	overflow: auto;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #6E82AC;
}
.jScrollPaneDrag {
	position: absolute;
	background: #B5D8E6;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	background:url(../images/babylijst/arrow.gif) no-repeat -15px 0;
	height: 15px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
	background:url(../images/babylijst/arrow.gif) no-repeat -15px bottom;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	background:url(../images/babylijst/arrow.gif) no-repeat 0 0;
	height: 15px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
	background:url(../images/babylijst/arrow.gif) no-repeat 0 bottom;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
