#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-image: url(assets/images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url(assets/images/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right 15%;
}

#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; }
body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-position: center;
	background-repeat: repeat-y;
}
a:link {
	color: #A7CF3A;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #A7CF3A;
}
a:hover {
	color: #6E9544;
}
a:active {
	color: #416C37;
}

h1 {
	font-size: 18px;
	color: #F68121;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
}
h2 {
	font-size: 16px;
	color: #339900;
	background-position: center;
	margin: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	list-style-type: none;
	list-style-image: none;
}
h3 {
	font-size: 12px;
	color: #F58220;
	margin: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	line-height: 2.5em;
	font-style: italic;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#tdContent {

}
#tdHeader {
	border-bottom-style: none;
}
#tdImage {
	background-position: center;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;

}
#tdNav a {
	background-color: #F58220;
	vertical-align: middle;
	color: #F58220;
	text-decoration: none;
	display: block;
	margin: 10px;
	padding: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00FF33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00FF33;
}


#tdNavigation {
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	background-color: #AEAEAE;

}
.smallprint {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
	background-color: #F58220;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.altrow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#tdsmallprint .smallprint a {
	border-bottom-width: 15px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
}
.linksonwhite {
	color: #46703E;
}
