
#lightbox
{
    position:absolute;
    text-align:center;
    width:100%;
    z-index:102;
}

/*#lightbox{
	position:absolute;
	z-index: 102;
	background:#000000;
	clear:both;
	}*/

#lightbox a img{ border: none; }

#overlay 
{ height:100%;
    width:100%;
    background:#000000;
    position:absolute;
    z-index:101;
	top: 0;
	left: 0;
}



/*#overlay
{
	position: relative;
	z-index: 101;
	width: 100%;
	height: 100%;
	border:none;
	top:0;  
	left:0;
	background-color: #000000;
}*/

#outerImageContainer 
{
    width:auto;
    height:auto;
    float:left;
    background-color: Aqua;

}

/*#outerImageContainer
{
	position: absolute;
	z-index:103;
	clear:both;
	margin: 0px auto;
}*/
	
#seventy9Logo
{
    width:124px;
    height:35px;
    float:right;
    clear:both;
    background:url(../images/seventy9_logo.png) no-repeat;  
}
	
/*#seventy9Logo
{
    width: 124px;
    height: 35px;
    float:right;
    clear:both;
    background: url(../images/seventy9_logo.png) no-repeat;
}*/


#outerImageContainerTop
{
    width:100%;
    list-style:none;
    display:inline-block;
    float:left;
    clear:both;
    background:url(../images/lightbox_bg.gif) repeat-x;
    padding:0px 0px 0px 0px;
    margin:15px 0px 0px 0px;
}

#outerImageContainerTopLeft
{
    width:18px;
    height:40px;
    display:inline-block;
    background:url(../images/top_left.png) no-repeat;
    float:left;
    clear:left;
}

#outerImageContainerTopHeader
{
    display:inline-block;
    color:#FFFFFF;
    float:left;
    margin: 13px 0px 0px 15px;
}

#outerImageContainerTopClose
{
    position:relative;
    bottom:0px;
    right:0px;
    width:185px;
    height:33px;
    display:inline-block;
    background:url(../images/btnClose.gif) no-repeat;
    float:right;
    margin: 7px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

#outerImageContainerTopRight
{
    width:17px;
    height:40px;
    display:inline-block;
    background:url(../images/top_right.png) no-repeat;
    float:right;
    clear:right;
}

#imageContainer
{
    width: auto;
    background:pink;
    float:left;
    clear: both;
    margin: 0px;
    padding: 0px;
    border:solid 7px #ffffff;
}

#imageContainer img 
{
    float:left;
    margin: 0px;
    padding: 0px;
}


#outerImageContainerBottom
{
    width:100%;
    display:block;
    float:left;
    clear:both;
    padding:0px;
    margin:0px;
    background:#FFFFFF;
}

#outerImageContainerBottomLeft
{
    width:14px;
    height:14px;
    display:inline-block;
    background:url(../images/bottom_left.png) no-repeat;
    float:left;
    clear:left;
}


#outerImageContainerBottomRight
{
    width:14px;
    height:14px;
    display:inline-block;
    background:url(../images/bottom_right.png) no-repeat;
    float:right;
    clear:right;
}

#outerImageContainerTopHeader span
{
    width: auto;
    float: left;
    padding: 0px;
    margin: 8px 0px 0px 0px;
    font: 14px Arial, Verdana, Helvetica, sans-serif;
	color:#ffffff;
    
}

/*#outerImageContainerTop
{
    width: 100%;

    clear:both;
    background: url(../images/lightbox_bg.gif) repeat-x left top; 
    border-bottom: solid 7px white;
}

#outerImageContainerTopLeft
{
    width: 18px;
    height: 40px;
    float: left;
    clear:left;
	background: url(../images/top_left.png) no-repeat left top;
}

#outerImageContainerTopHeader
{
    width: auto;
    border-top: solid 7px white;
    float: left;
    background-color: #3c3c3c;
    font: 14px Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
	padding: 0px 0px 0px 8px;
}

#outerImageContainerTopHeader span
{
    width: auto;
    float: left;
    padding: 0px;
    margin: 8px 0px 0px 0px;
}

#outerImageContainerTopClose
{
    width: 185px;
    height: 33px;
    border-top: solid 7px white;
    border-left: solid 1px white;
    float: right;
    background-color: #c60057;
}

#outerImageContainerTopRight
{
	width: 17px;
    height: 40px;
    display:inline-block;
    float: right;
	background: url(../images/top_right.png) no-repeat;
}

#outerImageContainerBottom
{
    width: auto;
    float: left;
    background-color: White;
}

#outerImageContainerBottomLeft
{
    width: 14px;
    height: 14px;
    float: left;
    clear: both;
	background: url(../images/bottom_left.png) no-repeat left top;
}

#outerImageContainerBottomRight
{
    width: 14px;
    height: 14px;
    float: right;
	background: url(../images/bottom_right.png) no-repeat left top;
}

#imageContainer{
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	clear:both;
	}
*/
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 40px;
	height: 100%;
	width: 100%;
	z-index: 103;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	margin-top: 40px;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background:yellow url(../images/icons/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background:yellow url(../images/icons/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 16px Rockwell, "Myriad Web",Verdana, Helvetica, sans-serif;
	color:#333333;
	font-weight:bold;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 0.5em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.5em;	}	
		
