/*
 * Floating Banner jQuery Plugin v1.0
 * http://code.google.com/p/floatingbanner/
 *
 * Copyright 2010, Funke Web Solutions
 * Released under the GPL Version 3 license.
 *
 * $Id: floatingbanner.css 4172 2010-04-05 05:57:21Z rob $
 */
.floating-banner {position: fixed; top: 200px; left:20px; z-index: 1000;display:block;}
.banner {position:absolute;width: 300px;padding:0px;display:none;}
.banner span.header {display:block;width:296px;background-color:#666666;color:#FFF;font-weight:bold;padding: 2px 2px;cursor:pointer;}
