div.projects-list {
   padding-top: 5px;
   padding-left: 5px;
   height: 1%;
}

div.projects-list .item {
   float: left;
   width: 90px;
   height: 90px;
   margin-right: 3px;
   margin-bottom: 3px;
   background-color: #4f5052;
}

div.projects-list .item a {
   display: block;
   width: 90px;
   height: 90px;
   text-decoration: none;
}

div.projects-list .item a.year {
   display: block;
   width: 90px;
   height: 60px;
   padding-top: 30px;
   text-decoration: none;
   font-size: 25px;
   color: #a5a7aa;
   text-align: center;
   font-weight: bold;
}

div.projects-list .prev {
   background: #4f5052 0% 0% url('images/prev.gif');
}

div.projects-list .next {
   background: #4f5052 0% 0% url('images/next.gif');
}
