﻿div.slideshow {
    /*background: url('/images/landing/vinyl_banners/custom_banners_in_3_easy_steps-1.jpg') top left no-repeat; */
    width: 608px; /* same as images */
    height: 161px; /* same as images */
    line-height: 0; /* fix IE space below image */
}
div.slideshow img {
    opacity: 0; /* So it doesn't show while loading */
    filter: alpha(opacity=0); /* the same, for IE */
}
