/* Flash Panel Stylesheet */

.flash-panel { width: 305px; height: 330px; background: url(/js/jquery-flashPanel/flashpanel-bg.png) 0 0 repeat-x; } 
.flash-panel li { position: relative; width: 100%; height: 100%; overflow: hidden; }
.flash-panel img {max-width:307px; max-height:330px;}
.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; }
.flash_panel_overlay {}

/* Flash Panel */
.flash_panel_overlay {float:left; background: url(/img/skin/flash_panel_overlay.png); width:372px; height:363px; z-index:10}
.flash-panel {float:left; position:absolute; top:3px; left:60px; z-index:-10;}
.flash_wrapper {float:left; position:relative; top:-15px; left:-20px}
