.zoomoutmenu {
  border: 2px solid #fff;
  position: relative;
  height: 250px;
  width: 400px;
  margin: 0 auto;
}

.panels {
  height: 250px;
  width: 400px;
  overflow: hidden;
}

.tabs {
  height: 26px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: block;
}

.tabs li {
  float: left;
  display: block;
  width: 100px;
  background-color: #fff;
  text-align: center;
}

.tabs li a {
  font-family: verdana;
  padding: 2px;
  display: block;
  text-decoration: none;
  color: #3D3525;
  border-top: 5px solid #fff;
  font-size: 10pt;
}

.tabs li a:hover {
  border-top: 5px solid #333;
  background-color: #5f9000;
  color: #fff;
}

.panel {
  background: #ccc;
  padding: 2px;
  height: 250px;
  position: relative;
}

.panel h2 {
  font-size: 14pt;
  color: #fff;
  font-family: Garamond, times, serif;
  padding: 2px;
  margin: 0;
  text-align: right;
}

.panel h2 a {
	text-decoration: none;
}

.panel h2 a:hover {
	text-decoration: underline;
}

.tagline {
  display: hidden;
  background: #5f9000;
  position: absolute;
  padding: 5px;
  margin-top: 10px;
  margin-left: 10px;
  vertical-align: middle;
  filter: alpha (opacity=85);
  opacity: 0.85;
  z-index: 3;
}

.tagline h2 {
  color: #fff;
  line-height: 20px;
  font-family: Helvetica;
  font-size: 14pt;
  display: inline;
  padding: 0px;
}

.tagline a {
	color: #fff;
	text-decoration: underline;
}

.tagline a:hover {
	color: #fff;
	text-decoration: underline;	
}

.subTagline {
	font-size: 10pt;
	color: #fff;
	padding: 0px;
}



#one {
background: url(/images/features/auld-rectory-cottage.jpg) no-repeat center center;
}

#two {
background: url(/images/features/wonwood-house.jpg) no-repeat center center;
}

#three {
background: url(/images/features/comfort-wood-cottage.jpg) no-repeat center center;
}

#four {
background: url(/images/features/dog-friendly-cottages.jpg) no-repeat center center;
}

/*#five {
background: url(http://demo.toadhallcottages.co.uk/images/features/cornmill.jpg) no-repeat center center;
}*/

