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

.DrArrayImageViewer
{
	position:relative;
}

.fondDrArrayImageViewer {
	background-color:#000000;
	z-index: 10001;
	height: 100%;
	width: 100%;
	position: fixed;
	
	top:0;
	left:0;
	display:block;
}
.conteneurDrArrayImageViewer {
	background-color:white;
	z-index: 10002;
	height: 100%;
	width: 100%;
	position: fixed!important;
	top:0;
	left:0;
	display:block;
	border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	-khtml-border-radius:5px 5px 0px 0px;
	
}



.conteneurDrArrayImageViewer > img
{	
	position:absolute;
	top:0;
	left:0;
	
	/* border:5px solid #ffffff; */
	border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	-khtml-border-radius:5px 5px 0px 0px;
	
	
	-moz-box-shadow: 0px 0px 10px 1px #000000;
	-webkit-box-shadow: 0px 0px 10px 1px #000000;
	-o-box-shadow: 0px 0px 10px 1px #000000;
	box-shadow: 0px 0px 10px 1px #000000;
}

.miniatureDrArrayImageViewer
{
	
	position:absolute;
	top:-100px;
	height:100px;
	width:100%;
	left:0;
	overflow: hidden;
	
	
	
}

.miniatureDrArrayImageViewer ul
{
	position:relative;	
	width:2500px;
	padding: 0;
}

.miniatureDrArrayImageViewer li
{
	float:left;
	height:90px;
	width: 90px;
	border:3px solid white;
	margin: 50px 5px 0px 5px;
	padding:0;
	overflow: hidden;
	border-radius:5px ;
	-moz-border-radius:5px ;
	-webkit-border-radius:5px ;
	-khtml-border-radius:5px ;
	background-color: white;
	
	 -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
{
	margin:10px 5px 0px 5px;
	opacity: 1; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.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; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  	filter: alpha(opacity=100); 
  	
  
}

li.notactivemin
{
	opacity: 0.6; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  	filter: alpha(opacity=60); 
}

li.activemin
{
	opacity: 1; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  	filter: alpha(opacity=100); 
  	
  	margin: 30px 5px 0px 5px;
}

#compteurDrArrayImageViewer
{
	color: black;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	font-family: sans-serif;
	bottom: 15px;
	left: 10px;
	width: 25px;
	text-align: center;
	z-index: 20;
	line-height: 12px;
	letter-spacing: 1px;
	
}



#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;
}

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


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


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

#rightarowboxDrArrayImageViewer
{
	width: 50%;
	height:100%;
	position:absolute;
	right:0;
	background-image:url("../Images/DrArrayImageViewer/right.png");
	background-position: 95% 50%;
	background-repeat:no-repeat;
	background-color: transparent;
	z-index:10;
	cursor: pointer;
	filter : alpha(opacity=0);
    opacity : 0;
    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;
}

#rightarowboxDrArrayImageViewer:HOVER
{
	filter : alpha(opacity=100);
    opacity : 1;
}

#leftarowboxDrArrayImageViewer
{
	width: 50%;
	height:100%;
	position:absolute;
	left:0;
	background-image:url("../Images/DrArrayImageViewer/left.png");
	background-position: 5% 50%;
	background-repeat:no-repeat;
	background-color: transparent;
	filter : alpha(opacity=0);
    opacity : 0;
	z-index:10;
	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;
}

#leftarowboxDrArrayImageViewer:HOVER
{
	filter : alpha(opacity=100);
    opacity : 1;
}
