/*
 * 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: 0; z-index: 1000}

 #sideBanner{	 
	float:right;
	background:#E9E5E2;
	position:absolute;
	right:0;
	z-index:1000000;
 }
 #sideBanner .banner{
	background:#E9E5E2;
	overflow:hidden;
	width:34px;
	height:481px;
	border:#63554B 1px solid;
 }
