/* Flash Panel Stylesheet */

.flash-panel { margin: 0 !important; width: 100%; height: 375px; overflow: hidden; background: black url(/js/jquery-flashPanel/flashpanel-bg.png) 0 0 repeat-x; } 
.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 { max-width: 300px; top: 50px; right: 0; padding: 10px 10px 0 20px; background: url(/js/jquery-flashPanel/flashpanel-text_bg.png) 0 0 no-repeat; color: #000; position: absolute; }
.slide-text h1,.slide-text h2,.slide-text h3,.slide-text h4,.slide-text h1 a,.slide-text h2 a,.slide-text h3 a,.slide-text h4 a { font-size: 18px; text-decoration: none; line-height: 100% !important; padding-bottom: 10px; font-weight: bold; }
.slide-text,.slide-text * { color: #FFF; }
