#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; }


/*----------------------general styling for this example--------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	padding: 20px;
	background: #000 url(../images/logo2.png) center top no-repeat ;
	text-align: center;
	color: #bba;
	font: 80%/140% georgia, serif;
	height:100%;
}


html
{
height:100%;
}


#content
{
	width: 750px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1em; /* the bottom margin is the negative value of the footer's height */
	
}




/*---------------------------nav styling ---------------------------------*/


h3 {
	font-size: 130%;
	}

.container {
	padding: 30px;
	margin: 40px 0 10px 0;
	
	text-align:center;

	
	}

#miniflex {

	width: 100%;
text-align:center;
	font-size: 1.5em; /* could be specified at a higher level */
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #ddd;
	
	}

#miniflex li {
text-align:center;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#miniflex a:link, #miniflex a:visited {
	text-align:center;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 0px;
	text-decoration: none;
	color: #fff;
	}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-bottom: 4px solid #fff;
	padding-bottom: 2px;
	color: #fff;
	text-align:center;
	}

/*-----------------------------end nav-----------------------------*/

.floatleft
{
float:left;
margin-right:10px;
}

.clear
{
clear:both;
}

#content img 
{
margin-bottom:10px
}

/*---------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0
}


.invisible
{
display:none;
}

h1, h2 {
	font: bold 80% 'helvetica neue', sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align:center;
}
a {
	color: #89b;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #67a;
}
.caption {
	font-style: italic;
	color: #887;
}
.demo {
	position: relative;
	margin-top: 2em;

	

}
.gallery_demo {
	width: 702px;
	margin: 0 auto;

}
.gallery_demo li {
	width: 68px;
	height: 50px;
	border: 3px double #111;
	margin: 2px 2px;
	background: #000;


}
.gallery_demo li div {
	left: 240px;
	

	
}
.gallery_demo li div .caption {
	font: italic 0.7em/1.4 georgia, serif;
}
#main_image {
	margin: 0 auto 60px auto;
	height: 438px;
	width: 700px;
	background: #000;
	
}
#main_image img {
	margin-bottom: 10px;
	
}
.nav {

	padding-bottom: 5px;
	clear: both;
	font: 80% 'helvetica neue', sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.info {
	text-align: left;
	width: 750px;
	margin: 30px auto;
	border-top: 1px dotted #ddd;
	padding-top: 30px;
	clear:both;
	
}
.info p {
	margin-top: 1.6em;
}



.push
{
clear:both;
height: 2.5em;
}


.footer 
{
height: 2.5em; /* .push must be the same height as .footer */

	border-top: 1px dotted #ddd;

width:750px;
margin:30px auto;
}


.signature
{

font-style: italic;
margin-top:1em;
}

.abouttext
{
margin-left: 40%;
}

#switchform
{
float:left;
text-align:left;
}

fieldset
{
margin-top: 1em;
border:none;
}

div.aboutimages
{
width:750px;
margin:0 auto;

}

.imageone
{
width:33%;
float: left;

}


