#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 100;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 90;
}

body {
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  border: 0px;
  text-align: center;
}
.all {
  text-align: left;
  width: 676px;
  border: 0px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.titleOut {
  position: relative;
  width: 676px;
  height: 30px;
  border: 1px solid #000066;
  background-color: #FFFFFF;
  padding: 0px;
  margin-bottom: 10px;
}
.titleIn {
  position: relative;
  width: 674px;
  height: 28px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  padding: 0px;
  text-align: left;
}
.titleText {
  font-size: 12px;
  font-family: Verdana, "Helvetica CE", "Arial CE", Helvetica, Arial, sans-serif;
  color: #000066;
  font-weight: 400;
  font-decoration: none;

  background-color: #FFFFFF;
}

.nahled {
  font-size: 12px;
  font-family: Verdana, "Helvetica CE", "Arial CE", Helvetica, Arial, sans-serif;
  color: #333333;
  font-weight: 400;
  font-decoration: none;

  position: relative;
  float: left;
  text-align: center;
  margin-bottom: 15px;
  width: 169px;
  height: 173px;
  border: 0px;
  overflow: clip;
}

.titleText a {
  text-decoration: none;
  color: #000066;
}
.titleText a:visited {
  text-decoration: none;
  color: #000066;
}
.titleText a:active {
  text-decoration: none;
  color: #000066;
}
.titleText a:hover {
  text-decoration: none;
  color: #0000CC;
}

.paticka {
  font-size: 10px;
  font-family: Verdana, "Helvetica CE", "Arial CE", Helvetica, Arial, sans-serif;
  color: #888888;
  font-weight: 400;
  font-decoration: none;
  text-align: center;

  position: relative;
  clear: both;
  width; 600px;
  margin-top: 15px;
  border-top: 1px solid #888888;
  padding-top: 10px;
}