/* Gallery pages */

.arrow {
  border: 0;
}

.more {
  font-size: 0.7em;
  color: #1b46a3;
}

/* Illustration Gallery */

#illustration-gallery {
  text-align: center;
  max-width: 730px;
  padding: 10px 0 0 20px;
  background: #fff;
  border: 1px solid #adafb3;
  margin-left: 50px;
}

#thumbnails {
  float: left;
  width: 630px;
}

#thumbnails .cell {
  float: left;
  padding: 10px;
  font-weight: bold;
  color: #333333;
  width: 190px;
}

#illustration-gallery .previous {
  float: left;
  padding: 95px 0;
  width: 40px;
}

#illustration-gallery .next {
  float: left;
  padding: 95px 0;
  width: 40px;
}

#illustration-nav {
  margin-left: 50px;
  padding-top: 6px;
  padding-left: 5px;
}

#illustration-nav a {
  font-weight: normal;
  font-size: 0.8em;
  color: #000a40;
  background: #fff;
  padding: 0.5em 1em;
  border: 1px solid #adafb3;
  margin: 0 0.5em;
}

#illustration-nav a:hover {
  background: #000a40;
  color: #fff;
  text-decoration: none;
}

#illustration-nav .here {
  font-weight: normal;
  font-size: 0.8em;
  background: #000a40;
  color: #fff;
  padding: 0.5em 1em;
  border: 1px solid #adafb3;
  margin: 0 5px;
}

.thumb {
  border: 0;
}

/* Animation Gallery */

#animation-gallery {
  text-align: center;
  max-width: 850px;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #adafb3;
  margin-left: 15px;
  float: left;
}

#animation-gallery .cell {
  float: left;
  padding: 10px;
  font-weight: bold;
  color: #333333;
}

#animation-gallery .previous {
  float: left;
  padding: 10px;
  width: 40px;
  margin-left: 20px;
}

#animation-gallery .next {
  float: left;
  padding: 10px;
  width: 40px;
}

#animation-gallery a img {
  color: #adafb3;
}

#frame {
  float: left;
  margin: 10px 100px;
}

iframe {
  width: 640px;
  height: 380px;
  border: 1px solid #adafb3;
  background: #000;
}

#animation-nav {
  margin-left: 15px;
  padding-top: 6px;
  padding-left: 5px;
}

#animation-nav a {
  font-weight: normal;
  font-size: 0.8em;
  color: #000a40;
  background: #fff;
  padding: 0.5em 1em;
  border: 1px solid #adafb3;
  margin: 0 0.5em;
}

#animation-nav a:hover {
  background: #000a40;
  color: #fff;
  text-decoration: none;
}

#animation-nav .here {
  font-weight: normal;
  font-size: 0.8em;
  background: #000a40;
  color: #fff;
  padding: 0.5em 1em;
  border: 1px solid #adafb3;
  margin: 0 5px;
}

/* Tooltip */

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid #000000;
padding: 5px;
background-color: rgba(74, 137, 189, 0.7);
color: #fff;
text-align: left;
font-size: 0.8em;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}