@charset "UTF-8";
/* CSS Document */

.previewPicture
{
	width: 90%;
	margin: 10px auto;	
	position: relative;
	height: 60px;
	overflow: hidden;
	margin-bottom: 10px;
}

.slide_suiv
{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 50px;
	background: url(../img/fleches.png) top right;
}

.slide_suiv:hover
{
	background-position: 100px top;
}

.slide_prec
{
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;	
	height: 60px;
	width: 50px;
	background: url(../img/fleches.png) top left;
}

.slide_prec:hover
{
	background-position: -50px top;
}

.slider
{
	position: relative;
 	width: 5000px;
  	vertical-align: middle;
  	display: inline-block; 
	left: 0px; 
}

.photo
{
	text-align: center;
	padding-bottom: 15px;
	margin: 20px 0;
}

.allPicture {
	width: 95%;
	height: 550px;
	background-color: #FFFFFF;
}

#thumbs {
	overflow:auto; 
	list-style:none;
	margin: 0 0;
	-webkit-padding-start: 50px;
} 

#thumbs li {
	float:left;
}

.mask {
    width: 50px;
    background-color: rgb(42, 38, 38);
    height: 60px;
    opacity:0.5;
    cursor:pointer;
    -webkit-transition-duration: 0.5s; 
	margin-right: 5px;
	margin-top: 5px;
}
 
.active {
	opacity:1;
} 
 
#thumbs a {
	display:block; 
	margin-right: 7px; 
	outline:none;
}
 
#thumbs a:hover, #thumbs a:focus {
	-webkit-transform: scale(1.25); 
	-moz-transform: scale(1.25); 
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5); 
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5); 
	position: relative; z-index: 5;
	opacity:1; 	
} 

#viewer {
	padding-top: 20px;
	text-align: center;
	position:relative; 
	width:100%; 
	height:500px; 
}
 
#viewer img[src*="loadinfo"] {
	position:absolute; 
	left:50%; 
	top:50%; 
	margin:-15px 0 0 -15px;
}
