.thmb {
  margin-top: 20px;
  margin-bottom: 15px;
  display: inline-block;
  text-align: center; 
}

.thmb img{ 
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: inline-block;
  border-radius: 10px;
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px;
  box-shadow: 3px 5px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 3px 5px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 3px 5px 5px rgba(0,0,0,0.5); 
}

.thmbloc {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
  display: inline-block;
  text-align: center; 
} 

.thmbloc a { 
  color: #4682b4; 
  font-weight: bold;
  text-align: center;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: inline-block; 
  min-width: 10em;
  background-color: rgba(255,128,128,0.5);
  border-radius: 10px;
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px;
  box-shadow: 3px 5px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 3px 5px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 3px 5px 5px rgba(0,0,0,0.5); 
} 

.thmbloc a:hover {
  text-decoration: none;
}

p {
  font-size: 36px;
  margin-top: 10px;
}

.thmbimg {
  position: relative;
  display: block;
  margin: 0 auto;
  
}

.row-cent {
  display: inline-block;
  margin: 0 auto;
}     

.albTitle {
  color: ff0808;
} 

.but {
  text-align: center;
}
         
#largeImgPanel {
    text-align: center;
    display: none;
    position: fixed;
    z-index: 100;
    top: 0; left: 0; 
    width: 100%; 
    height: 100%;
    background-color: rgba(100,100,100, 0.5);
}  

.slideme {  
  background: rgba(255,128,128,0.3);
  box-shadow: 3px 5px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 3px 5px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 3px 5px 5px rgba(0,0,0,0.5); 
}

#slider1_container {
  height: 400px
}  

div[data-u=”slides”]>div{
text-align:center; //To centre the image
width: 100%;
height:100%;
}
div[data-u=”slides”] img{
max-width: 100% !important;
max-height: 100% !important;
height: auto;
display: inline-block;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
   
    /* inline-block space fix */
    margin-right:-4px;
}