/* style the links to be 124px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
#picarray a, #picarray a:visited {
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	border-width:1px 1px 0 0;
	width:75px;
	height:75px;
	background:#eee;
	border:2px solid #000;
	

	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 2px;
}
#picarray {
	float: left;
	clear: both;
}
.site .container .explanations #titles {
	float: left;
	clear: both;
}



html>body #picarray a, #picarray a:visited {
	margin: 4px;
}

/* style the initial image size 100px x 75px no border and 5pixel padding */
#picarray a img {
	width:75px;
	height:75px;
	border:0;
	margin: 0px;
	padding: 0px;
}


/* style position of the links on hover */
#picarray a:hover {
position:relative;
}


/* style the 2x size image on hover with an absolute position to place it centrally over the original image */
#picarray a:hover img {
	width:100px;
	height:100px;
	position:absolute;
	left:-15px;
	top:-15px;
	border:2px solid #000;
	background-color: #CCC;
}

.explanations a:link, .explanations a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #003366;
}
.explanations a:hover, .explanations a:active {
	text-decoration: underline
	font-weight: bold;
	color: #003366;
}
