.clear{
	clear:both;
	}
div.imagette{
	overflow: hidden;
	position : relative;
}
div.photo 
{	float: left;
	margin-right: 5px;
	margin-bottom: 8px;
	padding: 15px;
	text-align: center;
	overflow-x: hidden;
	overflow-y: hidden;
}
div.photoCategory 
{
	float: left;
	margin-right: 5px;
	margin-bottom: 8px;
	padding: 15px;
	text-align: center;
	overflow-x: hidden;
	overflow-y: hidden;
}

div.photo div.titleTop 
{	margin-bottom: 5px;
}
div.photo div.titleBottom 
{	
	margin-top: 5px;
}
div.photoCategory div.title 
{	
	margin-bottom: 5px;
}

div.photo img{
	border:none;
}
div.photoCategory img{
	border:none;
}
.notUnderlined{
	text-decoration: none;
}
