/* Image Popup */
#fullscreenContainer {
  color: #607565;
  min-width: 300px;
  position: relative;
}
#fullscreenContainer a:link {color: #607565;}
#fullscreenContainer a:hover {color: #000;}
#overlay {
  position: fixed;
  z-index:300;
  top: 0px;
  left: 0px;
  background-color: #fff;
  filter:alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
  height:100%;
  width:100%;
}
* html #overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
 }

#fullscreenContainer {
  position: fixed;
  background: #ffffff;
  z-index: 302;
  color: #607565;
  border: 1px solid #607565;
  text-align:left;
  top:50%;
  left:50%;
  font-style: Verdana, Helvetica, sans-serif;
}
* html #fullscreenContainer {
    position: absolute;
 }
#fullscreenContainer img#fullscreenImage {
  display:block;
  margin: 10px 0 0 10px;  
}
#fullscreenCaption{
  line-height: 1.1em;
  padding-right: 22px;
  margin: 10px 140px 0px 10px;
  font-size: 11px !important;
}
#fullscreenCaption p {
    margin: 1.1em 0 !important;
}
#fullscreenImageData {
    position: relative;
    padding-bottom: 14px;
    min-height: 50px;
    height: auto !important;
    height: 50px;
}
#fullscreenImageData a { text-decoration: none; }
#TB_secondLine {
  position: absolute;
  top: 0px; right: 14px;
  font-weight: bold;
  color: #607565;
}
#TB_imageCount { display: none; }
#fullscreenCloseButton {
  font-size: 11px;
  position: absolute;
  top: 23px; right: 16px;
}
#fullscreenCloseButton:hover {
    color: #000 !important;
}
#fullscreenLoad{
  position: fixed;
  display:none;
  z-index:303;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px; /* -height/2 0 0 -width/2 */
}

#fullscreenControls {
    color: #607565;
    position: absolute;
    right: 16px; top: 0px;
    font-size: 11px !important;
}
#fullscreenControls a {
    margin: 0px 1px;
    cursor: pointer;
    color: #607565;
    text-transform: capitalize;
}
#fullscreenControls a:hover {
    color: #000;    
}
#fullscreenPrev, #fullscreenNext { font-size: 11px !important; }

#fullscreenTools {position: absolute; right: 50px; top: 23px;  font-size: 11px; word-spacing: 1px; }
#fullscreenTools a { font-size: 11px; color: #607565 !important;}
#fullscreenTools a:hover { color: #000 !important; }
#fullscreenCount { display: none; }

