div.products > div:nth-child(odd) img.productImage
{
    float: left;
    margin-right: 20px;
    margin-left: 0;
}

div.products > div:nth-child(even) img.productImage
{
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
