/* Floating Corner Rotation */

.ribbon { 
	  display: block;
	  position: absolute;
	  left: 0px;
	  top: 0px;
	  overflow: visible;
	  width: 140px;
	  height: 140x;
	  margin: 0 0 0 0;
	  padding: 0;
	  z-index: 9998;
	  border: none;
 	  float: none;
      filter:alpha(opacity=80);opacity: 0.80;-moz-opacity:0.80; }
	  
.ribbonhover { 
	  display: block;
	  position: absolute;
	  left: 0px;
	  top: 0px;
	  overflow: visible;
	  width: 140px;
	  height: 140px;
	  margin: 0 0 0 0;
	  padding: 0;
	  z-index: 9998;
	  border: none;
 	  float: none;
      filter:alpha(opacity=100);opacity: 1;-moz-opacity:1; }
      
/* Hub Link */

.hublink {
	display: block;
	position: absolute;
	left: 31px;
	top: 11px;
	width: 61px;
	height: 47px;
	z-index: 9999;
}
