﻿/*------------ slideshow on off ------------*/
div.controlbox {
  text-align : center;
  margin-top : 0.3em;
  margin-right : 0px;
  margin-bottom : 1em;
  margin-left : 0px;
}
div.photobox { text-align : center }
div.photobox img {
  border-top-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-left-width : 3px;
  border-color : gray;
  border-style : solid;
}

