@charset "utf-8";
/* CSS Document */

<style type="text/css">

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
	z-index: 100000;
	color: #9900FF;
	background-color: #FFFFFF;
}

.thumbnail span{ /*CSS for enlarged image*/
	background-color: #CCCCCC;
	padding: 5px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	background-color: #000000;
	z-index: 25000;
	color: #FFFFFF;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 175px;
	left: 43%; /*position where enlarged image should offset horizontally */
	position: fixed;
	background-color: #CCCCCC;
	z-index: 100000;
	color: #FFFFFF;
}

</style>
#NIJ Publications {
	position: relative;
}

