@charset "utf-8";
/* CSS Document */

/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(base.css);
@import url(base-weblog.css);
@import url(theme-aguije.css);
/* end StyleCatcher imports */

#slideshow {
    position: relative;
    height: 380px;
}

#slideshow div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
    height: 380px;
    background-color: #FFF;
}

#slideshow div.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow div.last-active {
    z-index: 9;
}

#slideshow div img {
    height: 380px;
    display: block;
    border: 0;
}
