#caption{
        /*width:150px;height:100%;
        border:1px solid red;*/
        text-decoration:none;
        color:666666;
        }
#lightbox{        
	position: absolute;
	width:100%;
	left: 0px;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
        border-left:2px solid #7A7A7A;
        border-right:2px solid #7A7A7A;
        border-top:2px solid #7A7A7A; 
        position: relative; 
        background-color: #fff; 
        width: 250px; 
        height: 250px; 
        margin: 0 auto; 
        }


#imageContainer{
	padding: 5px;
	}

#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{
        margin-top:-40px;
	width: 55px;
	height: 32px;
	background: transparent url(/sites/flagshop/files/gallery/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	/*display: block;*/
	}
#nextLink {
        margin-top:-40px;
	width: 55px;
	height: 32px;
	background: transparent url(/sites/flagshop/files/gallery/images/blank.gif) no-repeat; /* Trick IE into showing hover */
}


#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
/*#prevLink:hover, #prevLink:visited:hover { background: url(/sites/flagshop/files/gallery/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/sites/flagshop/files/gallery/images/nextlabel.gif) right 15% no-repeat; }*/
#prevLink{ background: url(/sites/flagshop/files/gallery/images/prevlabel.gif) 0px 70% no-repeat; }
#nextLink{ background: url(/sites/flagshop/files/gallery/images/nextlabel.gif) 100% 70% no-repeat; }


#imageDataContainer{ 
                     border-left:2px solid #7A7A7A;
                     border-right:2px solid #7A7A7A;
                     border-bottom:2px solid #7A7A7A;
                     font: 10px Verdana, Helvetica, sans-serif; 
                     background-color: #fff; 
                     margin: 0 auto; 
                     line-height: 1.4em; 
                     overflow: hidden; 
                     width: 100% ;
                     height:65px }

#imageData{	/*padding:0 10px;*/ color: #666;height:60px }
#imageData #imageDetails{position:relative;z-index:1; /*width: 70%; float: left;*/ text-align: center;/*padding-left:10px */}	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavPrint{ width: 66; float: right;  padding-bottom: 0.7em;	}	
#imageData #bottomNavClose{ width: 66; /*float: right*/;  padding-bottom: 0.7em;	}	


		
#overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #ffffff;
	}
#bottomNav {
overflow:hidden;
height:100%;
position:relative;
top:-42px;
z-index:10000;
}
#objANav {
overflow:hidden;
height:40px;
/*position:relative;
top:-25px;
z-index:10000*/

}
#Prev {
overflow:hidden;
height:100%;
width:55px;
float:left;
}
#Next {
overflow:hidden;
height:100%;
width:55px;
float:right;
}
