#left-side {
	width: 47.5em;
	float:left;
}
#right-side {
	width: 12.5em;
	float:right;
}
#LatestPics { margin-top: -2em; }
#LatestPics h3 { text-align: center; }
#LatestPics a:hover { white-space: normal; }
#LatestPics li{
	width:100px;
	height:100px;
	border:solid #CCC;
	border-width:0.1em;
	-moz-border-radius:2em;
	background:#FFF;
	padding:10px;
	text-align:center;
	position:relative;
	margin:0.525em;
    list-style: none;
}
#LatestPics a span{
/*\*/
	position:absolute;
	left:-9999px;
}
#LatestPics a:hover span{	
	top:10px;
	left:10px;
	width:100px;
	background:#FFF;
	color:#999;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	border: 1px solid #EEE;
	border-width:0 0 10px 0;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 
img{
	border:0;
}
#LatestPics div a { text-align: center; }