#over_fak {	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
  width: 100%;
	height: auto;
	/* Set up positioning */
  position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	visibility: hidden;
}
#main_container #mainBody .transparent {
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	background-color:#000;
	width:100%;
	height:600px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-5;
}
/* get rid of those system borders being generated for A tags */
  a:active {
  outline:none;
  }
  /* the overlayed element */
 
.apple_overlay {
	width:800px;
	padding:12px;
	font-size:100%;
	color: #E6E6E6;
	visibility: hidden;
	position: absolute;
	z-index: 3000;
	overflow: hidden;
	height: auto;
	left: 4%;
}
  
  /* default close button positioned on upper right corner */
  .apple_overlay .close {
	background-image:url(overlay/apple-close.png);
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	height:28px;
	width:28px;
	background-repeat: no-repeat;
  }
.apple_overlay .close:Hover {
	background-image:url(overlay/apple-closeHover.png);
}
.learning_overlay {	/* initially overlay is hidden */
	display:none;
	/* 
  width after the growing animation finishes
  height is automatically calculated
  */
  width:800px;
	/* some padding to layout nested elements nicely  */
  padding:10px;
	/* a little styling */	
  font-size:small;
	color: #FFF;
}
.learning_overlay .close {
	background-image:url(overlay/apple-close.png);
	position:absolute;
	right:28px;
	top:28px;
	cursor:pointer;
	height:28px;
	width:28px;
	background-repeat: no-repeat;
}
.learning_overlay .close:Hover {
	background-image:url(overlay/apple-closeHover.png);
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
#lean img {
position: static;

}
#lean {
}
#learning img {
position: static;
}
#learning {
}
#visible img {
position: static;
}
#visible {
}
#mbe img {
position: static;
}
#mbe {
}
#saas img {
position: static;
}
#saas {
}
