@charset "utf-8";

/*=======================*/
/* Galleria              */
/*=======================*/

/* Kuvasolut. */
.image_cell {
  /* Ulkopuolen reunukset. */
  margin-left    : auto;  /* Keskitys. */
  margin-right   : auto;  /* Keskitys. */

  /* Kehys. */
  border-style : solid;
  border-width : 0px;
  border-color : #FF4040;

  /* Sisäpuolen täytteet. */
  padding        : 5px;

  /* Alue. */
  width          : 33%;
  vertical-align : bottom;

  /* Teksti. */
  text-align   : center;
}

.thumbnail {
  /* Ulkopuolen reunukset. */
  margin       : 5px;

  /* Kehys. */
  border-style : solid;
  border-width : 1px;
  border-color : #606060;

   /* Tausta. */
  background   : #FFFFFF;

  /* Sispäuolen täytteet. */
  padding      : 5px;

  /* Alue. */
  /* width        : 120px; */
  height       : 200px;
}

.thumbnail_120 {
  /* Ulkopuolen reunukset. */
  margin       : 5px;

  /* Kehys. */
  border-style : solid;
  border-width : 1px;
  border-color : #606060;

   /* Tausta. */
  background   : #FFFFFF;

  /* Sisäpuolen täytteet. */
  padding      : 5px;

  /* Alue. */
  width        : 120px; 
  height       : auto; 
}

/* Kuvan teksti. */
.kuvan_teksti {
  /* Ulkopuolen reunukset. */
  margin      : 0px;

  /* Teksti. */
  text-align  : center;
  
  /* Fontti. */
  font-family : Arial, Helvetica, Sans-serif;
  font-size   : 1.1em;
  font-weight : normal;
  color       : #202020;
}

