.DrArrayImageViewer img {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}

.DrArrayImageViewer {
	position: relative; 
	position: absolute;
}

.fondDrArrayImageViewer {
	background-color: rgba(107, 188, 192, 0.8);
	z-index: 10001;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
}

.conteneurDrArrayImageViewer {
	background-color: #fff;
	z-index: 10002;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	border : 8px solid #fff;
}

.conteneurDrArrayImageViewer>img {
	position: absolute;
	top: 0;
	left: 0;
}
.miniatureDrArrayImageViewer {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 150px;
	left: 0;
	overflow: hidden;
	z-index:2;
	direction:rtl;
	display: none;
}
.miniatureDrArrayImageViewer ul {
	position: relative;
	height: 100%;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	left: 0 !important;
	margin: 0;
}
.miniatureDrArrayImageViewer li {
	
	height: 90px;
	width: 90px;
	border: 3px solid white;
	margin: 5px auto 0 5px;
	padding: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
	-moz-transition: all 0.3s ease-out; /* FF4+ */
	-ms-transition: all 0.3s ease-out; /* IE10 */
	-o-transition: all 0.3s ease-out; /* Opera 10.5+ */
	transition: all 0.3s ease-out;
	list-style-type: none;
	cursor: pointer;
	opacity: 0.4;
	/* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
	filter: alpha(opacity = 40);
}

.miniatureDrArrayImageViewer li:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.miniatureDrArrayImageViewer li img {
	height: 90px;
	position: relative;
	-webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
	-moz-transition: all 0.3s ease-out; /* FF4+ */
	-ms-transition: all 0.3s ease-out; /* IE10 */
	-o-transition: all 0.3s ease-out; /* Opera 10.5+ */
	transition: all 0.3s ease-out;
	-moz-box-shadow: 0px 0px 5px 0px #656565;
	-webkit-box-shadow: 0px 0px 5px 0px #656565;
	-o-box-shadow: 0px 0px 5px 0px #656565;
	box-shadow: 0px 0px 5px 0px #656565;
}

.miniatureDrArrayImageViewer li img:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

li.notactivemin {
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

li.activemin {
	opacity: 1;
	filter: alpha(opacity = 100);
}

#compteurDrArrayImageViewer,#compteur {
	display: none;
}

#rightarow {
	border: 0;
	right: -50px;
	left: auto;
	height: 160px;
	width: 40px;
	cursor: pointer;
}

#leftarow {
	border: 0;
	left: -50px;
	height: 160px;
	width: 40px;
	cursor: pointer;
}

#closeico {
	border: 0;
	right: 5px;
	top: 5px;
	left: auto;
	cursor: pointer;
	z-index: 15;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

#compteur {
	border: 0;
	top: auto;
	bottom: 0px;
	left: 0px;
	cursor: pointer;
	border-radius: 0;
	z-index: 15;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.LoaderDrArrayImageViewer {
	
}

#textDrArrayImageViewer {
	position: absolute;
	bottom: -20px;
	z-index: 10000;
	width: 100%;
	overflow: hidden;
}

#fondtextDrArrayImageViewer {
	
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	z-index: -1;
	top: 0;
}

#texttextDrArrayImageViewer {
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 15px 0px;
	line-height: 20px;
}

#rightarowboxDrArrayImageViewer {
	right: -5%;
	background-image: url("../Images/DrArrayImageViewer/right.png");
	background-size: contain;
}
#leftarowboxDrArrayImageViewer {
	left: -5%;
	background-image: url("../Images/DrArrayImageViewer/left.png");
	background-size: contain;
}
#leftarowboxDrArrayImageViewer,
#rightarowboxDrArrayImageViewer {
	width: 50px;
	height: 50px;
	position: absolute;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center center;
	z-index: 50000;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
	transition: All 0.3s ease-out;
	-webkit-transition: All 0.3s ease-out;
	-moz-transition: All 0.3s ease-out;
	-o-transition: All 0.3s ease-out;
}
