/*  -----   carousel woningen   ------- */
#woningen_carousel, #ligging_carousel, #algemeen_carousel {
  position: absolute;
  width: 670px;
  height: 450px;
	overflow: hidden;
  /*background-color:#fff;*/
}

.carousel_item {
  position: absolute;
  width: 190px;
  height: 145px;
  left: 94px;
  top: 81px;
 /* background-color: #fff;*/
}

.carousel_item img {
	border: 0;
	position: absolute;
	top: 30px;
	left: 0;
}

.carousel_item h2 {
  font-size: 13pt;
  font-weight: normal;
  margin: 0;
  padding: 0;
  height: 30px;
  width: 190px;
  color: black;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.carouselitem_spiegeling {
	position: absolute;
	z-index: 1;
	left: 0;
	height: 120px;
  width: 190px;
	background: url("../gfx/algemeen/spiegeling.png") repeat-x left top;
}

.interessebutton_carousel {
	position: absolute;
	left: 500px;
	top: 405px;
	z-index: 1000;
}


/* -  end carousel woningen ---- */
