
ul.years li {
	font-size: 40px;
	line-height: 50px;
	display: inline;
	margin: 0 40px 0 0;
	font-family: serif;
}

/* ==================================================== PHOTOS THUMBNAILS === */

div.gallery { padding: 0; margin: 20px 0; }

div.gallery div.photo {
	float: left;
	width: auto;
	height: 120px;
	margin: 0 3px 3px 0;
	background: #222;
	overflow: hidden;
	vertical-align: absmiddle;
	line-height: 100px;
	position: relative;
}

div.gallery div.photo a.spgallery_view_hover {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 30px;
	width: 30px;
	z-index: 2;
}
div.gallery div.photo a.spgallery_view_hover:hover {
	background: url(../images/spgallery-view.png) no-repeat center center;

}

div.gallery div.photo img { border: 0; }
div.gallery div.cleaner { clear: both; height: 1px; }

div.gallery div.photo:hover { background-color: RoyalBlue; }
div.gallery div.photo:active { background-color: White; }
div.gallery div.photo img:hover { opacity: 0.8; }
div.gallery div.photo img:active { opacity: 0.5; }

div.gallery div.no_photos { 
	color: #FFF;
	margin: 40px 0;
	font: normal 16px/18px Verdana,sans-serif;
}


