@charset "utf-8";

/* スタイルシート共通　一覧 */
/* Underbar that adheres to the property is for IE6. */
/* / that adheres to the property is for IE6 and 7. */
/* * that adheres to the property is for IE7. */
/* \9 that adheres to the property is for IE8. */

#slideshow {
  position:relative;
}

#slideshow img {
  position:absolute;
  top:0;
  left:0;
  z-index:8;
}

#slideshow img.active {
  z-index:10;
}

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


