/* Puzzle Piece Hover Block */

#puzzle_row {
	margin-bottom:0px;
	padding-top:0px;
	padding-right:0px;
	text-align:left;
	height: 170px;
}

#collisionp {
	margin-top: 10px;
}
#injuryp {
	margin-top:5px;
}
#humanp, #productp {
	margin-top: 5px;
}
#safetyp {
	margin-top: 0px;
}

div.hover {
	position:relative;
  display:block;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
	margin-right:1px;
	margin-left:3px;
}

.caption {
/*	height: 25px;
	margin-left: 5px;
/*	position: absolute;*/
	text-align: center;
	font-style: normal;
	font-size:.9em;
	display: none;
}

#intro_text {
	font-size: 1.2em;
	padding:15Px 45px 15px 45px;
	color: #333;
}

/* /Puzzle Piece Hover Block */



/* Title Image Block */

div#title_image {
	margin-top:20px;
	margin-left:50px;
}

/* /Title Image Block */


