#lightbox{	position: absolute;	left: 0; 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: #fff; 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;}

#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: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* ibox controls -- most of this shouldn't be touched */
#ibox { z-index: 1000000; color:#000000; font-family: verdana, arial; }
#ibox_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index:1000000;
    /* we use a background image because mac firefox bugs */
    background: #000000;
	 font-family: verdana, arial;
}

#ibox h1
{
	font-size: 20px;
	font-family: verdana, arial;
}

#ibox a
{
	color: #25d702;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	font-family: verdana, arial;
}

#ibox a:hover
{
	color: #25d702;
	text-decoration:underline;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	font-family: verdana, arial;
}

#ibox_progress {
    position:absolute;
    z-index:1000001;
}
#ibox_wrapper {
    position:absolute;
    top:0;
    left:0;
    z-index:1000001;
	font-family: verdana, arial;
}
#ibox_content {
    z-index:1000002;
    overflow:auto;
    height:100%;
    position:relative;
    padding:2px;
	font-family: verdana, arial;
}
#ibox_content object { display: block; }
#ibox_content .ibox_image { width: 100%; height: 100%; margin: 0; padding: 0; border: 0; display: block; }
#ibox_footer_wrapper a {
    float: right;
    display: block;
    outline: 0;
    margin: 0;
    padding: 0;
}
#ibox_footer_wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    white-space: nowrap;
    overflow: hidden;
}

/* feel free to customize the following in an external css */

/* footer and close link */
#ibox_footer_wrapper { font-weight: bold;font-family: verdana, arial; }
#ibox_footer_wrapper a {
    color: #ff0000;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	width: 66px;
	height: 22px;
	background-image: url('../images/closelabel.gif');
	
}

#ibox_footer_wrapper {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* this is the ibox container */
#ibox_wrapper {
    border:1px solid #ccc;font-family: verdana, arial;
}
#ibox_wrapper, #ibox_footer_wrapper a { background-color:#000000;font-family: verdana, arial; }

/* inner container */
#ibox_content {
    background-color:#000000;
    border:1px solid #000000;
	color: #ffffff;
	font-family: verdana, arial;
}
#ibox_progress {
    width: 128px;
    height: 128px;
    background: url('images/indicator.gif') no-repeat;
}