﻿/*
This is a default image directory.  Implementing this over time
Take the following style of implementation and add it to pages 
where dynamic images are needed for products.

<div class="stamps_pre_inking"><img /></div>

Then use (or make) a class below.
Then add the variant to the other product css files as needed.
*/
.stamps_pre_inking
{
    background-image: url('images/StampEver3.jpg');
    width: 200px;
    height: 132px;
    float:left;
    margin:10px 0 0 40px;
}
.stamps_two_color
{
    background-image: url('images/stampimages/stampever.jpg');
    width: 210px;
    height: 207px;
}
