
/* Flash Panel Stylesheet */

.flash-panel { width:699px; height: 306px;} 
.flash-panel li { position: relative; width: 100%; height: 100%; overflow: hidden; }
.flash-panel img {max-width:699px; max-height:306px;}
.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) no-repeat; _display:none; width:699px; height: 306px; z-index:10;}
.flash-panel {float:left; position:absolute; top:0px; left:0px; z-index:-10; _z-index:0}
.flash_wrapper {float:left; position:relative; width:699px; height:306px}
