.foto_cell {
	float: left;
	height:106px;
	width: 160px;
	overflow: hidden;
	margin: 0 6px 6px 0;
	position: relative;
	text-align: center;
	background-color: #212121;	
}

.gallery_item {
	width: 100%;
}
.gallery_item td {
	padding:5px;
}
.gallery_item .foto {
	padding:0;
	line-height:0;
}
.gallery_item .desc {
	padding:10px !important;
}
.foto_cell img {
	border: 0;
}

.foto_cell img:hover {
	margin: 1px;
}
.gallery_title {
	text-transform:uppercase;
}
.gallery_date {
	color:#f90;
	margin:3px 0 3px 3px;
	font-size :10px;
}
#single_gallery {
	position:relative;
	margin:20px 0 0 0;
}
#single_gallery a {
	padding:0;
}
