﻿.item, .alternatingItem
{
   float: left;
   padding: 5px;
   margin: 5px;
   width: 200px;
   height: 185px;
   
/* border: 1px solid threedshadow;*/
   border:none;
}
 .item
{
   background: white !important;
   margin-left:20px;
   
}
.alternatingItem
{
   background: white !important;
   margin-left:20px;
}
.item:hover, .alternatingItem:hover
{
   background: white !important;
}