﻿.item, .alternatingItem
{
    padding: 3px;
    cursor: pointer;
    background: white !important;	
}

.itemPhoto, .alternatingItemPhoto
{
    background: whitesmoke !important;
}

.item:hover, .alternatingItem:hover
{
    background: silver !important;	
}

