	/*
	**	stylesheet definitions for ###DOMAIN.TLD### - lightbox style
	**
	**	line endings: unix; encoding: utf-8; BOM: off; tabs: spaces; tab width: 2
  **
  **  @copyright  (c) Profi Webmedia
  **  @author     tommy(at)profi(dot)it
  **  @since      24.11.2009 16:17:05
  */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; color:#efebf0;}
/* has to be commented out in order to allow proper resizing for big images which are taller than viewport - tommy@profi.it 19.08.2008 13:19:46
#lightbox img{ width: auto; height: auto;}*/
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: white; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

/* removing original style, because we don't need the original prevLink and nextLink elements in the hoverNav
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); *//* Trick IE into showing hover */ /*display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../js/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../js/lightbox/images/nextlabel.gif) right 15% no-repeat; }
*/

#imageDataContainer{ font-size: 1.2em; background-color: #ffffff; color:#7A797A; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }

#imageData{	padding:0 10px; }
/*#imageData #imageDetails{ width: 50%; float: left; text-align: left; }*/
#imageData #imageDetails{ width: 80%; float: left; text-align: left; line-height: 24px; }
#imageData #caption{ font-weight: bold; }
/*#imageData #numberDisplay{  clear: left; padding-bottom: 1.0em;	}*/
/* no displaying of image numbers... */
#imageData #numberDisplay{ display: none; }
/* added special styles to align the text right and apply some padding to container and link elements */
#imageData #bottomNav { text-align:right; padding-bottom: 1.3em; float: right; width: 96px; }
#imageData #bottomNav.noManualNav { width: 48px; }
#imageData #bottomNav a{ padding: 4px 3px 4px 27px; color: #7a797a; background-image: url('../img/ico-lightbox-nav.png'); background-repeat: no-repeat; line-height: 24px; float: left; height: 24px; line-height: 24px; overflow: hidden; padding: 0; text-indent: 999em; width: 24px; display: block; }
#imageData #bottomNav a:visited{ color: #551a8b}
#imageData #bottomNavClose{ width: 66px;  outline: none;}

#imageData #bottomNav a#slideshowLink { background-position: 0 -28px; }
#imageData #bottomNav a#slideshowLink.play { background-position: 0 0; }
#imageData #bottomNav a#prevLink { background-position: 0 -56px; }
#imageData #bottomNav a#nextLink { background-position: 0 -84px; }
#imageData #bottomNav a#bottomNavClose { background-position: 0 -112px; }


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