/* Flash Panel Stylesheet */

.flash-panel { position: absolute; right: 0; margin-top: 38px; width: 691px; height: 364px; background: #5EA682; z-index: 100; } 
.flash-panel li { position: relative; width: 100%; height: 100%; overflow: hidden; }
.flash-panel .slide-image { position: absolute; top: 0; left: 0; border: none; padding: 10px; }
.flash-panel .slide-link { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; text-indent: -9999px; }
.flash-panel .slide-text { padding: 0px 30px; background: #5EA682; color: #FFF; position: absolute; left: 0; top: 30px; }
.flash-panel .slide-text p { margin: 0; font-family: "Century Gothic", Arial; text-transform: uppercase; letter-spacing: 0px; font-size: 20px; font-weight: bold; }