/* Flash Panel Stylesheet */

.flash-panel { width: 380px; height: 285px; background: #E7C995; } 
.flash-panel li { position: relative; width: 100%; height: 100%; overflow: hidden; }
.flash-panel .slide-image { position: absolute; top: 0; left: 0; border: none; padding: 0; }
.flash-panel .slide-link { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; text-indent: -9999px; }
.flash-panel .slide-text { bottom: 0; padding: 10px; margin: 5px; background: black; color: #FFF; position: absolute; }
