@charset "UTF-8";
/* CSS Document */
.shopPhotoBox  {
    position: relative;
    float:left;
    width: 285px;
    height: 214px;}
.shopPhotoCover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;}
.shopPhotoCover:hover  {
    z-index: 1000;
    box-shadow: 0px 0px 100px rgba(255, 205, 0, 0.5) inset, 10px 10px 30px black;}
