html, body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  border: 0;
}
a:link{ 
 color:#000000;
 text-decoration:none;
}
a:visited{
 color:#000000;
 text-decoration:none;
}
a.galleryText:link{ 
 color:#000000;
 text-decoration:underline;
}
a.galleryText:visited{
 color:#000000;
 text-decoration:underline;
}
table.thumbs{
  width:150px;
  margin:0px;
  padding:0px;
  position:absolute;
  left:5px;
  top: 25px;
}
td.thumb{
  width:75px;
  height:57px;
  text-align:center;
}
td.thumb_selected{
  width:75px;
  height:57px;
  text-align:center;
  background-image: url(./graphics/thumb_selected.jpg);
  background-repeat:no-repeat;
}
div.container{
  position: relative;
  margin: 0 auto;
  width: 892px;
  height: 660px;
}

div.hidemenu{
  position:absolute;
  left:13px;
  top: 1px;
  color:#000000;
  font-size:7pt;
  font-weight:100;
  font-style:normal;
  text-align:left;
  font-family: "lucida console",arial,"lucida console";
 }
div.gallery{
  width:892px;
  height:645px;
  position:absolute;
  left:8px;
  top:15px;
  background-image: url(./graphics/gallery_without_menu.jpg);
  background-repeat:no-repeat;
  z-index: 999;
}

div.galleryText{
  width:880px;
  height:10px;
  margin: 0;
  padding: 0;
  position:absolute;
  left:10px;
  top: 8px;
  font-size:8pt;
  font-weight:500;
  font-style:normal;
  text-align:left;
  font-family: "lucida console",arial,"lucida console";
  color:#000000;
}
div.image{
  width:730px;
  height:650px;
  margin: 0;
  padding: 0;
  position:absolute;
  left:155px;
  top:29px;
  text-align: center;
  vertical-align:middle;
}

table.image{
  margin-left: 10px;
  padding: 0;
  vertical-align: middle;
  
}
td.image{
	 vertical-align: middle;
}
img.thumb{
  border-style:solid;
  border-color:#000000;
  border-width:1px;
  margin: 0;
  padding: 0;
  vertical-align:middle;
}
img.year_border{
  margin:0px;
  padding:0px;
}
img.big{
  border-style:solid;
  border-color:#000000;
  border-width:1px;
  margin-top:auto;
  margin-bottom:auto;
}

