/*
 CSS DU DIAPORAMA EMBED DANS UN ARTICLE
 *********************************************************************************************/
.js .diaporama_ensemble	{
	background:#0e0e0e;
	border:1px solid #0e0e0e;
	width:512px;
	color:#FFFFFF;
	margin-bottom: 10px;
    padding-bottom: 5px;
	}
.js .diaporama_ensemble .prev.inactive, .js .diaporama_ensemble .next.inactive{display:none;}
.js .diaporama{padding: 10px 0; width:512px; position:relative;}
	.js .diaporama ._main{ margin: 0 auto;  overflow: hidden; white-space: nowrap;  width:446px; }
		.js .diaporama ._main li{display: inline-block; padding:0 3px;}
		.js .diaporama ._main li.current{opacity:0.5; filter:alpha(opacity=50);}
	.js .diaporama .prev, .js .diaporama .next {background: url(../images/icons/nav_diapo.png) no-repeat scroll left top; top:20px; left:3px; cursor: pointer; height: 27px; position: absolute; text-indent: -9999px; width: 27px;}
		.js .diaporama .next {background-position: right top; left: auto; right:3px;}
.js .diaporamaView {position:relative;}
.js .diaporamaView .image {
  min-height: 256px;
}
.js .diaporamaView .navViewer .first, .js .diaporamaView .navViewer .last {display:none;}
.js .diaporamaView .navViewer .prev, .js .diaporamaView .navViewer .next {background: url(../images/icons/nav_diapoGd.png) no-repeat scroll left top; position: absolute;  top:100px; left:6px; cursor: pointer; height: 48px; width:49px; text-indent: -9999px;}
	.js .diaporamaView .navViewer .next {background-position: right top; left: auto; right:6px;}
	.js .diaporamaView .cptViewer{display:none;}
	.js .diaporamaView .legende{font-weight:bold; margin:5px 10px;}
	.js .diaporamaView .copyright{margin:0 10px;}

/*IE7*/

.js  .ie7 .diaporama ._main li{float:left;}
.js  .ie7 .diaporama  .IEWrapper{position:relative;overflow:hidden;width:440px;margin:0 auto 0 auto;}


/* time linei frame with scrolls in content blocks */
body.time-line-body {
  overflow: hidden;
}
.slider-item {
  overflow: hidden !important;
}
.ascrailScroll {
  background: #E9E9E9;
  z-index: 1000 !important;
  margin-left: 20px;
}
.ascrailScrollRail {
  display: none;
}
.ascrailScrollInner {
  background: #A80004;
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.body-sliding-content .ascrailScroll {
  display: none !important;
}