/* CSS Document */


div.jmcresidency img{
border: 3px solid #777; padding: 1px; }

/* div.jmcresidency {
border:4px solid #777; }
div.jmcresidency img{
border:2px solid #eee; } */


label {
  cursor: pointer;
}
#seemore1 {
  display: none; /* hide the checkbox */
}
#weaving1 {
  display: none;
}
#seemore1:checked + #weaving1 {
  display: block;
}

#seemore2 {
  display: none; /* hide the checkbox */
}
#weaving2 {
  display: none;
}
#seemore2:checked + #weaving2 {
  display: block;
}