/* =======================================
 * Stylesheet: albumstyle.css
 * version: 01.01.2021
 * Album Styles
========================================== */
@charset "UTF-8";
body#databody {
  color:#000000;
  background-color:#FFFF99;
  margin:0px;
  padding:0px;
  }

div {
  width:100%;
  text-align:center;
  }

h3#title {
  font:normal bold 18pt Verdana, Arial,Helvetica;
  color:#420000;
  margin-top:20px;
  margin-bottom:8px;
  }

#img {
  width: auto;
  max-height: 500px;
  }

#pict {
  font:normal bold 12pt Verdana, Arial,Helvetica;
  color:#420000;
  margin-top:0px;
  }

button {
  height:35px;
  width:35px;
  background-color:#CC9900;
  background-repeat:no-repeat;
  background-position:center;
  cursor:pointer;
}

#b0 {
  background-image:url(../img/base/arrowstart.gif);
  }
#b1 {
  background-image:url(../img/base/arrowbefore.gif);
  }
#b2 {
  background-image:url(../img/base/show.gif);
  margin-left:50px;
  }
#b3 {
  background-image:url(../img/base/stop.gif);
  margin-right:50px;
  }
#b4 {
  background-image:url(../img/base/arrownext.gif);
  }
#b5 {
  background-image:url(../img/base/arrowend.gif);
  }