


.zoomoutmenu {
  border: 0.5em solid #fff;
  position: relative;
  /*height: 23.5em;
  width: 50em;*/
	height:250px;
	width:300px;
  margin: 0 auto;
float:right;
margin-top: 50px;
}

.panels {
	height:250px;
	width:300px;
  /*height: 23.5em;
  width: 50em;*/
  overflow: hidden;
}

.tabs {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.tabs li {
  float: left;
  display: block;
  width: 50px;
  background-color: #fff;
  text-align: center;
}

.tabs li a {
  padding: 0.2em;
  display: block;
  text-decoration: none;
  color: #000;
  border-top: 5px solid #fff;
  font-size: 1.3em;
}

.tabs li a:hover {
  border-top: 5px solid #333;
  background-color: #666;
  color: #fff;
}

.panel {
  background: #ccc;
  padding: 5px;
  height: 240px;
  position: relative;
}

.panel h2 {
  color: #fff;
  text-align: right;
	display:none;
}



