body#galleries ul#textnav {
	margin: 0;
	padding: 0;
}
body#galleries ul#textnav li {
	display: inline;
	list-style-type: none;
	padding: 0px 10px 0px 0px;
	margin: 0;
	color: #000;
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
}

body#galleries h1 {
	margin-bottom: 5px;
}

body#galleries ul#mainnav li {
	list-style-type: none;
	width: 260px;
	height: 160px;
	float: left;
	text-indent: -5000em;
	margin: 5px;
}

body#galleries ul#mainnav li a {
	display: block;
	width: 250px;
	height: 150px;
	padding: 5px;
}

body#galleries ul#mainnav li#civilians a {
	background: #8c8c9c url(civilians.jpg) no-repeat center center;
}

body#galleries ul#mainnav li#fdny a {
	background: #8c8c9c url(fdny.jpg) no-repeat center center;
}

body#galleries ul#mainnav li#nypd a {
	background: #8c8c9c url(nypd.jpg) no-repeat center center;
}

body#galleries ul#mainnav li#nypa a {
	background: #8c8c9c url(pany.jpg) no-repeat center center;
}

/* Page Navigation
------------------------------ */
body#galleries ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
body#galleries ul.pagelist li {
	display: inline;
}
body#galleries ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
body#galleries ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
body#galleries ul.pagelist li.prev {
	margin-right: 10px;
}
body#galleries ul.pagelist li.next {
	margin-left: 10px;
}
body#galleries .disabledlink {
	color: #ddd;
	cursor: default;
}
body#galleries .pagenav {
	clear: both;
}

/* Image Thumbnails
------------------------------ */
body#galleries .imagethumb a {
	display: block;
	padding: 10px;
	margin: 12px;
	border: 1px solid #8c8c9c;
	background: #eaedf5;
	line-height: 0px;
}
body#galleries .imagethumb a:visited {
	border: 1px solid #8c8c9c;
	background: #eaedf5;
}
body#galleries .imagethumb a:hover {
	border: 1px solid #8c8c9c;
	background: #fff;
}
body#galleries .imagethumb {
	float: left;
	text-align: center;
}

body#galleries a img {
	border: none;
}


body.port ul#textnav li#textpany a, body.nypd ul#textnav li#textnypd a, body.firefighters ul#textnav li#textfdny a, body.civilians ul#textnav li#textciv a {
	color: #000;
	font-weight: bold;
	text-decoartion:none;
}

/*Lightbox
------------------------------- */

#lightbox{
	position: absolute;
	top: 10px;
	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(http://www.nyjnews.com/graduation/graphics/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:visited { background: url(http://www.nyjnews.com/graduation/graphics/prevlabel.gif) left 0% no-repeat; }
#nextLink, #nextLink:visited { background: url(http://www.nyjnews.com/graduation/graphics/nextlabel.gif) right 0% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:10px 10px 0px 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
	ol.commentlist {
	width: 100%;
	margin: 0;
	padding: 0;
}
	
	ol.commentlist li {
	border: 1px solid #8c8c9c;
	padding: 10px;
	margin: 10px 0px;
	list-style-type: none;
	font-size: 0.9em;
	width: 100%;
}

ol.commentlist li p {
	text-indent: 0px;
}

ol.commentlist li small {
	font-style: normal;
	display: block;
	padding-bottom: 3px;
	margin-top: 5px;
	border-top: 1px solid #cecece;
	text-align: right;
}

ol.commentlist li.alt {
	background-color: #eaedf5;
}
