/* overlay styling */

#lean_overlay {
    position: fixed;
    z-index:2000000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none !important;
}

#simpleads-overlay-wrapper {
  display: none;
  position: fixed;
  z-index:2100000;
  position: fixed; 
  top: 20%; 
  left: 25%; 
  opacity: 1; 
  display: block;
}

#simpleads-overlay-wrapper p {
  padding: 1em;
  background:white;
}

#simpleads-overlay-wrapper #simpleads-overlay-close {
  background:url(close.png) left bottom no-repeat;
  width:20px;
  height:20px;
  overflow: hidden;
  cursor: pointer;
  text-indent:-9999px;
  position: absolute;
  top:-8px;
  /*right: 19%;*/
  right: 0%;
}

/*.overlay-img img{
		width: 80%;
		height: 80%;
}*/