/* Flash Panel Stylesheet */

/* Called individually for each page within layout.css due to multiple FP's
.flash-panel { width: 350px; height: 210px; background: black url(/js/jquery-flashPanel/flashpanel-bg.png) 0 0 repeat-x; float: right; } */ 
.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; }