table.imageViewer td {
  background: #CDCDCD;
}

td.galleryMain {
  color: #0A68BF;
  font-weight: bold;
}

td.imageCell {
  background-repeat: repeat-y;
  padding-left: 13px;
  padding-top: 3px;
}

td.imageViewCell {
  padding-right: 13px;
}

td.imageViewCell2 {
  background: #F4F4F4;
}

a:link.galleryNav, a:active.galleryNav, a:visited.galleryNav {
  color: #0A68BF;
  text-decoration: underline;
}

a:hover.galleryNav {
  color: #0A68BF;
  text-decoration: none;
}

span.gallerySelectedPage {
  color: #FD3500;
}

img.galleryImage {
  border: 1px solid #FFFFFF;
}

div.divGImage {
  border: 1px solid #CCCCCC;
  width: 106px;
  text-align: center;
  background: #FFFFFF;
}

div.divPOImage {
  border: 1px solid #CCCCCC;
  width: 106px;
  text-align: center;
  background: #FFFFFF;
}

div.divGImageTitle {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  text-align: center;
  background: #FEFDE1;
<?= (strstr($_SERVER['HTTP_USER_AGENT'], 'MSIE') ? 'width: 108px;' : 'width: 106px;') ?>
}

table.imageViewerNav td {
  background: #FFFFFF;
  padding: 5px;
}