
#lightboxImage{
	width:100%;
	height:100%;
}

#imageContainer{
   	/*width:10px;
	height:10px; */
	margin:0 auto;
	overflow:hidden;
	background-color:#fff;
   	position:relative;
	font-size:0;   /* ie fix - big info bar*/
}


#loading{
	position:absolute;
	/*top:40%;*/ top:0;
	left:0;
	/*height:25%;*/ height:100%;
	width:100%;
	text-align:center;
	font-size:10px;
	z-index:1;

    background:url(/slideshow/visuallightbox/images/loading.gif) center center no-repeat;
}



#numberDisplay{ display:block; float:left; padding-right:10px;}


#detailsNav{display:block; float:left;   padding:0; background:#f00; }


#prevLinkDetails, #nextLinkDetails, #slideShowControl{ background-repeat:no-repeat; outline-style:none; display:block; float:left;}
#prevLinkDetails { margin:3px; margin-top:1px; width:16px;height:16px; background:url(/slideshow/visuallightbox/images/prevlabel.gif) left center;}
#nextLinkDetails { margin:3px; margin-top:1px; width:16px;height:16px; background:url(/slideshow/visuallightbox/images/nextlabel.gif) right center;}

#slideShowControl.started{
	background-image:url(/slideshow/visuallightbox/images/pause.gif);
}

#slideShowControl
{
	display:block;
	width:17px; 
	height:17px; 
	float:left;
	background:url(/slideshow/visuallightbox/images/start.gif);
	background-position:center center;
	background-repeat:no-repeat;
}




