
/* Gallery Styles */

.gal-icon{
margin-top:22px;
}

#galerie-info{
position:relative;
margin:0px auto;
color:#E8EEE8;
}

#motioncontainer {
position:relative;
margin:0px auto;
}

#motiongallery{
position:relative;
}

#motioncontainer a{
padding:2px;
}


#statusdiv{
padding:0px 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
color:#8F9BAF;
background-color:#E8EEE8;
margin-top:4px;
line-height:0.88em;
}

#motioncontainer a:hover {
color: #00A4E8; /* Dummy definition to overcome IE bug */
}


#trueContainer{
height:480px;
white-space:nowrap;
}

/* .galerie-img-desc{
padding:0px 2px;
position: absolute;
left:26px;
visibility: hidden;
color:#E8EEE8;
margin-top:12px;
font-size:11px;
line-height:1.25em;
} */

/* .galerie-img-desc{
padding:0px 36px;
padding-right:38px;
position: relative;
bottom:0px;
float:left;
text-align:right;
visibility: hidden;
color:#A1A2A6;
font-size:10px;
line-height:1.25em;
} */
.galerie-img-desc{
position: absolute;
text-align:right;
bottom:46px;
right:0px;
visibility: hidden;
color:#A1A2A6;
margin-top:12px;
font-size:11px;
line-height:1.0em;
}



/* End Gallery Styles */

/* Lightbox */

#lightbox{	position: absolute;	left: -10; padding-top:10%; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: transparent; 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; color:#FDFDFD; }
#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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: transparent; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color:#FDFDFD; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ float: right; padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: fixed; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color:#CCC; }
