/*_______________________________________________
|                                                |
|    ©2012 Element Technologie - openElement     |
|________________________________________________|
*/

/*Conteneur global*/
.OEWEGallery1 .container {
	/*overflow: hidden;*/
	position:static ;	
	
}

.OEWEGallery1 div.container > *
{
    position:static ;
        }
    



/*PErmet les clics sur la gallerie*/
.OEWEGallery1 div.content {
	display: none;
	clear: both;
}

/*Conteneur miniature*/
.OESZ_Navigation-container
{
    position:static ;	
    clear: both;
    overflow :hidden ;
    width :100%;
}

/*UL*/
.OEWEGallery1 ul.thumbs

{
    display :inline ;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    
}

/*Effacement des Li, (float left permet d'afficher correctement la bordure de l'image séléctionnée)*/
.OEWEGallery1 .thumbs li
{
   float :left ;
   list-style: none;
   padding: 0px;
   margin: 0px;
  
}

.OEWEGallery1 a.thumb:focus {
	
}

/*Encadrement du thum de l'image active*/
/*.OESZ_thumbs li.selected {
	border: 1px solid #ccc;
}*/

/*Chaque miniature*/
.OEWEGallery1 .OESZ_Thumb
{
    width :76px;
    height:76px;
    border :none;
    margin :1px;
}


/*Zone de page Suivante*/
.OEWEGallery1 .OESZ_NextPage,
.OEWEGallery1 .OESZ_PreviousPage
{
    top:0px;
    width :30px;
    height:76px;
    margin-top :1px;
    display :block  ;
    float :left;
    
}

/* conteneur du zoom */
.OEWEGallery1 .slideshow-container 
{}

/* Zoom*/

.OEWEGallery1 .OESZ_Zoom
{
    height: 407px;
    border :none;
}

.OEWEGallery1 .slideshow span.image-wrapper {
	
	position: absolute;
	width :100%;
	text-align :center ;
}






/*Les boutons de navigations (Lecture et precedente et suivante)*/
.OEWEGallery1 .controls 
{
    clear :both ;
    height :20px;
}

/* bouton Lecture*/
.OEWEGallery1 .controls .ss-controls 
{
    float :left ;
    
}
/*bouton images precedente et suivante*/
.OEWEGallery1 .controls .nav-controls 
{
    float :right;
}

.OEWEGallery1 .controls .next 
{
    padding-left :3px;
}
.OEWEGallery1 .controls .prev 
{
    padding-right :3px;
}


 .OEWEGallery1 .loading {}

/*texte*/
.OEWEGallery1 .caption-container 
{
    height :20px;
	overflow :hidden ;
}

/*Index de la photo*/
.OEWEGallery1 .photo-index
{
    float :right;
}















