/**
 * @file Overriding Lightbox.css file definitions
 *
 */
#lightbox {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}

#lightbox a img {
  border: none;
}

#outerImageContainer {
  position: relative;
  background-color: #F7F7F7 !important;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  min-width: 240px;
  overflow: hidden;
}

#imageContainer, #frameContainer, #modalContainer {
  padding: 10px;
  background-color: #F7F7F7 !important;
}

#modalContainer {
  line-height: 1em;
  overflow: auto;
}

#loading {
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  position: absolute;
  top: 40%;
  left: 45%;
  /* left: 0%; */
}

#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#imageContainer>#hoverNav {
  left: 0;
}

#frameHoverNav {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  position: absolute;
  bottom: 0px;
  height: 45px;
}

#imageData>#frameHoverNav {
  left: 0;
}

#hoverNav a, #frameHoverNav a {
  outline: none;
}

body div #nextLink, body div #prevLink {
	width: 32px !important;
	height: 32px !important;
	padding: 0 !important;
	display: block;
	position: absolute;
	top: 50%;
	margin: 0;
}

#prevLink
{
	background-position: 0 -64px !important;
	left: 0;
}

#nextLink
{
	background-position: -43px -64px !important;
	right: 0;
}

#imageDataContainer {
  background-color: #F7F7F7 !important;
  margin: 0 auto;
  line-height: 1.4em;
  min-width: 240px;
}

#imageData {
  padding: 0 10px;
}

#imageData #imageDetails {
  width: 70%;
  float: left;
  text-align: left;
}

#imageData #caption {
	margin-bottom: 1em;
	display: block;
}

#numberDisplay
{
	color:#737373;
}

#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}

#imageData #lightbox2-node-link-text {
  display: block;
  padding-bottom: 1.0em;
}

#imageData #bottomNav {
  height: 66px;
}
.lightbox2-alt-layout #imageData #bottomNav,
.lightbox2-alt-layout-data #bottomNav {
  margin-bottom: 60px;
}

#lightbox2-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
}

#overlay_default {
  opacity: 0.6;
}

#overlay_macff2 {
  background: transparent url(../img/lightbox/overlay.png) repeat;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html>body .clearfix {
  display: inline;
  width: 100%;
}

* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
}


/* Image location mod */
#bottomNavClose {
	background-position:-1px -1px;
	height: 22px !important;
	width: 75px !important;
	margin-right: 0;
}

#loadingLink {
  display: block;
  background: url(../img/preload.png) no-repeat;
  width: 48px;
  height: 48px;
}

#bottomNavZoom 
{
  display: none;
	background-position: -25px -30px;
}

#bottomNavZoomOut 
{
  display: none;
	background-position: 0 -30px;
}

#lightshowPause
{
	background-position:-19px -99px;
}

#lightshowPlay {
  background-position: 7px -99px;
}

.lightbox2-alt-layout-data #bottomNavClose,
.lightbox2-alt-layout #bottomNavClose {
  margin-top: 93px;
}
.lightbox2-alt-layout-data #bottomNavZoom,
.lightbox2-alt-layout-data #bottomNavZoomOut,
.lightbox2-alt-layout #bottomNavZoom,
.lightbox2-alt-layout #bottomNavZoomOut {
  margin-top: 93px;
}
.lightbox2-alt-layout-data #lightshowPlay,
.lightbox2-alt-layout-data #lightshowPause,
.lightbox2-alt-layout #lightshowPlay,
.lightbox2-alt-layout #lightshowPause {
  margin-top: 102px;
}

.lightbox_hide_image {
  display: none;
}

#lightboxImage {
  -ms-interpolation-mode: bicubic;
}

/** Added Styles **/
#lightshowPlay, #lightshowPause, #bottomNavClose, #bottomNavZoom, #nextLink, #prevLink 
{
	display: block;
	background-image: url("../img/lightbox_sprite.png");
	background-repeat: no-repeat;
	background-color: transparent !important;
  margin: 10px 15px 10px 0;
  width: 30px;
  height: 30px;
  float: right;
}