.ff-container{
	width: 564px;
	margin: 10px auto 30px auto;
	display: block;
}
.ff-container label{
	font-family: 'Calibri', 'Arial Narrow', Arial, sans-serif;
	width: 100px;
	height: auto;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 48px;
	font-size: 33px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 150%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(150%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 150%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 150%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 150%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 150%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 0px 0px 0px 1px #aaa, 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 1px 2px rgba(0,0,0,0.2);
    display:block;
}
.ff-container label.ff-label-2007{
	border-radius: 3px 3px 0px 0px;
}
.ff-container label.ff-label-2015{
	border-radius: 0px 0px 3px 3px;
}
.ff-container input.ff-selector-2007:checked ~ nav label.ff-label-2007,
.ff-container input.ff-selector-2008:checked ~ nav label.ff-label-2008,
.ff-container input.ff-selector-2009:checked ~ nav label.ff-label-2009,
.ff-container input.ff-selector-2010:checked ~ nav label.ff-label-2010,
.ff-container input.ff-selector-2011:checked ~ nav label.ff-label-2011,
.ff-container input.ff-selector-2012:checked ~ nav label.ff-label-2012,
.ff-container input.ff-selector-2013:checked ~ nav label.ff-label-2013,
.ff-container input.ff-selector-2014:checked ~ nav label.ff-label-2014,
.ff-container input.ff-selector-2015:checked ~ nav label.ff-label-2015,
.ff-container input.ff-selector-2016:checked ~ nav label.ff-label-2016{
	background: #bf2d1a;
	background: -moz-linear-gradient(top, #bf2d1a 0%, #791400 150%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf2d1a), color-stop(150%,#791400));
	background: -webkit-linear-gradient(top, #bf2d1a 0%,#791400 150%);
	background: -o-linear-gradient(top, #bf2d1a 0%,#791400 150%);
	background: -ms-linear-gradient(top, #bf2d1a 0%,#791400 150%);
	background: linear-gradient(top, #bf2d1a 0%,#791400 150%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2d1a', endColorstr='#791400',GradientType=0 );
	color: #FFF;
    font-family: 'Calibri','Arial Narrow', Arial, sans-serif;
    font-weight: bolder;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
	box-shadow: 0px 0px 0px 1px #791400, 0 1px 2px rgba(0,0,0,0.1) inset;
}
.ff-container input{
	display: none;
}
.ff-items{
	position: relative;
	margin: 0px auto;
	padding-top: 20px;
}
.ff-items a{
	display: block;
	position: relative;
	padding: 4px;
	background: #F9F9F9;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	margin: 10px;
	width: 80px;
	height: 80px;
}
.ff-items a span{
	display: block;
	background: rgba(0, 0, 0, 0.6);
	font-style: italic;
	color: #fff;
	font-weight: bold;
    line-height: 16px;
	padding: 5px;
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: 70px;
	height: 0px;
	overflow: hidden;
	opacity: 0;
	text-align: center;
	text-shadow: 1px 1px 1px #303857;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ff-items a:hover span{
	height: calc(50%);
	opacity: 1;
}
.ff-items li img{
	display: block;
    width:80px; height:80px;object-fit: cover;
}

.ff-items li{
	margin: 0px auto;
	width: 80px;
	height: 80px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
    -webkit-transform: translateX(150px);
	-moz-transform: translateX(150px);
	-o-transform: translateX(150px);
	-ms-transform: translateX(150px);
	transform: translateX(150px);
}
.ff-container input.ff-selector-2007:checked ~ .ff-items li:not(.ff-item-2007),
.ff-container input.ff-selector-2008:checked ~ .ff-items li:not(.ff-item-2008),
.ff-container input.ff-selector-2009:checked ~ .ff-items li:not(.ff-item-2009),
.ff-container input.ff-selector-2010:checked ~ .ff-items li:not(.ff-item-2010),
.ff-container input.ff-selector-2011:checked ~ .ff-items li:not(.ff-item-2011),
.ff-container input.ff-selector-2012:checked ~ .ff-items li:not(.ff-item-2012),
.ff-container input.ff-selector-2013:checked ~ .ff-items li:not(.ff-item-2013),
.ff-container input.ff-selector-2014:checked ~ .ff-items li:not(.ff-item-2014),
.ff-container input.ff-selector-2015:checked ~ .ff-items li:not(.ff-item-2015),
.ff-container input.ff-selector-2016:checked ~ .ff-items li:not(.ff-item-2016){
    -webkit-transform: translateX(-170px);
	-moz-transform: translateX(-170px);
	-o-transform: translateX(-170px;
	-ms-transform: translateX(-170px);
	transform: translateX(-170px);
}
.ff-container input.ff-selector-2007:checked ~ .ff-items li:not(.ff-item-2007),
.ff-container input.ff-selector-2008:checked ~ .ff-items li:not(.ff-item-2008),
.ff-container input.ff-selector-2009:checked ~ .ff-items li:not(.ff-item-2009),
.ff-container input.ff-selector-2010:checked ~ .ff-items li:not(.ff-item-2010),
.ff-container input.ff-selector-2011:checked ~ .ff-items li:not(.ff-item-2011),
.ff-container input.ff-selector-2012:checked ~ .ff-items li:not(.ff-item-2012),
.ff-container input.ff-selector-2013:checked ~ .ff-items li:not(.ff-item-2013),
.ff-container input.ff-selector-2014:checked ~ .ff-items li:not(.ff-item-2014),
.ff-container input.ff-selector-2015:checked ~ .ff-items li:not(.ff-item-2015),
.ff-container input.ff-selector-2016:checked ~ .ff-items li:not(.ff-item-2016) span{
	display:none;
}