.slideshow { width: 600px; height: 400px; opacity: 1; z-index: -100; overflow:hidden;}
.slideshow img { width: 700px; height: 500px; position: absolute; left: -50px; top: -50px; z-index: -10; opacity: 0; visibility: hidden; overflow: hiodden;}
.slideshow .index { float: right; margin-top: 340px; margin-right: 40px; opacity: 1; z-index: 100;}
.slideshow .index div { padding: 2px 6px 2px 6px; margin-right: 5px; display: inline; background: #8B0000; color: white; font-weight: bold; font-size: 10px; z-index: 500; opacity: 1; cursor: pointer;}
.slideshow .index div.active { background: #272727; }

