﻿.item, .alternatingItem
{
   float: left;
   margin: 5px;
   padding: 2px;
   width: 140px;
   height: 70px;
   border: 1px solid threedshadow;
}

.item:hover, .alternatingItem:hover
{
   background: silver !important;
}
