﻿/* Transition */

.image-holder
{
    float: left;
    margin-top: -3px; /* this is crap... review */
}
.rotating_back
{
    background-repeat: no-repeat;
    float: left;
    z-index: 0;
}

.rotating_front
{
    float: left;
    z-index: 1;
}