/* SLIDESHOW */
div#SlideShowContainer { display: block; position: absolute; width: 800px; height: 202px; top: 200px; left: 15px; border-top: 1px solid white; border-bottom: 1px solid white; }
html>body div#SlideShowContainer { height: 200px; }
div#SlideShowContainer div#hider { display: none; }
div#SlideShowContainer img { display: none; position: absolute; top: 0; left: 0; }
div#SlideShowContainer span { display: none; position: absolute; bottom: 5px; right: 12px; width: 700px; height: auto; font-size: 12px; width: 100%; height: auto; line-height: 110%; text-align: right; color: #fff; font-weight: bold; text-shadow: 2px 2px 2px black; }
div#SlideShowContainer br { display: none }