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