.foto_cell {
	float: left;
	height:102px;
	width: 150px;
	overflow: hidden;
	margin: 0 1px 1px 0;
	position: relative;
	text-align: center;
	background-color: #ccc;	
}

.gallery_item {
	font-size :10px;
	width: 100%;
}

.foto_cell img {
	border: 0;
}

.foto_cell img:hover {
	margin: 1px;
}

.gallery_date {
	color:#c0c0c0;	
	margin:3px 0 3px 0;
}

.gallery_title {

}

.gallery_title a {
	color: #009900;	
	font-weight:bold;
	text-decoration: underline;
}
.gallery_title a:hover {
	color: #ff0000;	
}

.gallery_desc {

}