.slideshow { width: 597px; overflow: hidden; height: 152px; position: relative; z-index: 5; } .slideshow .image { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } .slideshow .image.invisible { filter: alpha(opacity=0);  -khtml-opacity: 0;  -moz-opacity: 0;  opacity: 0;  } .slideshow .image img { width: 100%; height: 100%; }
