/* Flash Panel Stylesheet */

.flash-panel { float:left;width:540px; height:280px;background: #FFF; overflow: hidden; } 
.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 { position: absolute;bottom:0;height:39px;width:100%;color:#fff;font-size:1.8em;font-family:gill sans;font-weight:lighter;background:#B3DD7D url(/img/flash_bg.png) no-repeat; }
.flash-panel .slide-text p{padding:5px 0px 0px 10px;}
