/**
 * Navigator Multimedia Master CSS.
 * @author Chris satterthwaite <chris@navigatormm.com>
 * @version 2.0
 * @copyright Copyright (c) 2008, Chris Satterthwaite
 * @DO NOT CHANGE ANYTHING IN THIS FILE.......
**/

/***** Global Settings *****/
html, body {
	margin:0;
	padding:0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
body {
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	line-height:1.125em; /* 16x1.125=18px */
}
/***** Common Formatting *****/
h1, h2, h3 {
	font-weight:normal;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display:none;
}
h1 {
	font:1.125em "Times New Roman", Times, serif; /* 16x1.125=18px */
	font-weight:bold;
	padding:0 0 9px 0px;
}
h2 {
	font:1.0625em "Times New Roman", Times, serif; /* 16x1.0625=17px */
	font-weight:bold;
	padding:0 0 9px 0px;
}
h3 {
	font:1em "Times New Roman", Times, serif; /* 16x1=16px */
	font-weight:bold;
	padding:0 0 9px 0px;
}
p, ul, ol {
	font-family:"Times New Roman", Times, serif;
	padding:0 0 5px 0;
	margin:0 0 0 0;
}
ul, ol {
	font-family:"Times New Roman", Times, serif;
	list-style:none;
	padding:0 0 0 18px;
}
blockquote {
	font-family:"Times New Roman", Times, serif;
	margin:0 0 0 0;
	padding:5px 20px 5px 18px;
}
img {
	border:0;
	line-height:0;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
/***** Links *****/
a, a:visited, a:hover {
	text-decoration:none;
}
/***** Global Classes *****/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.float-left {float:left;}
.float-right {float:right;}

.text-left {text-align:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}
.text-justify {text-align:justify;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.underline {border-bottom:1px solid;}
.highlight {background:#ffc;}

.wrapper {margin:0px auto;}

.img-left {float:left; margin:4px 10px 4px 0;}
.img-right {float:right; margin:4px 0 4px 10px;}

.nopadding {padding:0 0 0 0;}
.nomargin {margin:0px 0px 0px 0px;}
.noindent {margin-left:0 0 0 0; padding-left:0 0 0 0;}
.nobullet {list-style:none; list-style-image:none;}

/***** Light Box *****/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: 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: 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}