/*
		File: 	lightbox.css
		Auth:	Creativeink Design Group | web@creativeink.ca
		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
/*---------------------------------------------------------------------------- 
	CORE HTML TAGS
-----------------------------------------------------------------------------*/
#lightbox{ position:fixed; left:0; top:0; width:100%; text-align:center; line-height:0; vertical-align:middle !important; display:table-cell; font:Verdana, Helvetica, sans-serif; margin:30px auto 0px auto;  } /* PADDING AT TOP */
#lightbox img{ width:auto; height:auto;} #lightbox a img{ border:none; }
#overlay{ position:absolute; top:0; left:0; z-index:90; width:100%; min-height:100%; height:100%; background-color:#000000; } /* BLACK BG */

#outerImageContainer{ position: relative; background-color:#ffffff; width:250px; height:250px; margin:0 auto; }
#loading{ position:absolute; top:40%; left:0%; height:25%; width:100%; text-align:center; line-height:0; } /* LOADING */
#hoverNav{ position:absolute; top:0; left:0; height:100%; width:100%; z-index:10; }
#imageContainer>#hoverNav{ left: 0;} #hoverNav a{ outline:none;}

#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(../../images/lightbox/prevlabel.gif) left 15% no-repeat; } /* PREVIOUS*/
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/lightbox/nextlabel.gif) right 15% no-repeat; } /* NEXT */

#imageDataContainer{ background-color:#ffffff; margin:0 auto; overflow-y:auto; overflow-x:hidden; width:100%; padding-bottom:5px; } /* BTM WHITE */
#imageData{	padding:0 10px; color:#666666; } /* IMAGE CAPTION*/
#imageData #caption{ font-weight: bold;	}
#imageContainer{ padding:10px 10px 0px 10px; } /* PADDING */
#imageData #imageDetails{ width:70%; float:left; text-align:left; }	
#imageData #numberDisplay{ display:block; clear:left; padding-bottom:1.0em; }			
#imageData #bottomNavClose{ width:66px; float:right;  padding-bottom:0.7em; outline:none; }


#TB_window, #lightbox, .modalwindow, .lightbox{ z-index:2147483647 !important; margin-bottom:100px; } /* ALWAYS ON TOP */

#imageDataContainer{ font-size:9px; line-height:11px; margin-bottom:100px; } /* IMAGE TOTAL FONT */
#caption{ font-size:15px; line-height:15px; } /* IMAGE CAPTION FONT */