#magecompLightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#magecompLightbox img{ width: auto; height: auto;}
#magecompLightbox a img{ border: none; }

#magecompOuterImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#magecompImageContainer{ padding: 10px; }

#magecompLoading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#magecompHoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#magecompImageContainer>#magecompHoverNav{ left: 0;}
#magecompHoverNav a{ outline: none;}

#magecompPrevLink, #magecompNextLink{ width: 49%; height: 100%; display: block; }
#magecompPrevLink { left: 0; float: left;}
#magecompNextLink { right: 0; float: right;}
#magecompPrevLink:hover, #magecompPrevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#magecompNextLink:hover, #magecompNextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#magecompImageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#magecompImageData{	padding:0 10px; color: #666; }
#magecompImageData #magecompImageDetails{ width: 70%; float: left; text-align: left; }	
#magecompImageData #magecompCaption{ font-weight: bold;	}
#magecompImageData #magecompNumberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#magecompImageData #magecompBottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#magecompOverlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }