﻿/*Only Put Styles in here that are exclusive to 

/*********ITEM FEED********/

/*This turns on the highlight of all sub-images on hover of a whole item*/
.item:hover .image-skin:before
{
    pointer-events: none;
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .05;
    filter: alpha(opacity=5);
    -ms-filter: "alpha(opacity=5)";
}
