#home-information-evenings {
  margin-right: -16px;
}

#home-information-evenings h2 { background-image: url(/assets/images/headers/information-evenings.png); }

#home-information-evenings .information-evening {
  float: left;
  margin-right: 4px;
  position: relative;
  width: 240px;
  height: 360px;
  background-color: #fff;
  border: #ccc solid 1px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

#home-information-evenings .information-evening .image {
	left: 0px;
	top: 0px;
	width: 240px;
	height: 135px;
}

#home-information-evenings .information-evening .snippet {
  position: relative;
  width: 240px;
  height: 360px;
}

#home-information-evenings .information-evening h3 {
  position: absolute;
  width: 220px;
  font-size: 16px;
  font-weight: 300;
  left: 8px;
  top: 138px;
  color: #830e0e;
  border-bottom: #830e0e dotted 1px;
}

#home-information-evenings .information-evening h3 a {
  color: #830e0e;
  text-decoration: none;
}

#home-information-evenings .information-evening table {
  float: left;
  margin: 30px 8px 8px 8px;
  width: 220px;
}

#home-information-evenings .information-evening table td span.where,
#home-information-evenings .information-evening table td span.when {
  margin-right: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #830e0e;
  line-height: 20px;
  text-align: left;
}

#home-information-evenings .information-evening table td span.wheredesc,
#home-information-evenings .information-evening table td span.whendesc {
  line-height: 20px;
  text-align: left;
}

#home-information-evenings .information-evening p {
  position: absolute;
  left: 8px;
  top: 214px;
}

#home-information-evenings .information-evening .more {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 128px;
  height: 32px;
  background: url(/assets/images/buttons/show-more.png) no-repeat 0px 0px;
  text-indent: -100em;
  overflow: hidden;
  outline: none;
  text-decoration: none;
}

#home-information-evenings .information-evening .more:hover { background-position: 0px 100%; }

#home-recommendations {
  clear: left;
  padding-top: 12px;
}

#home-recommendations .list {
  float: left;
  width: 248px;
  height: 240px;
}

#home-recommendations #offers {
  width: 240px;
}

#home-recommendations #recommended h2 { background-image: url(/assets/images/headers/home-recommended.png); }
#home-recommendations #top-activities h2 { background-image: url(/assets/images/headers/home-top-activities.png); }
#home-recommendations #offers h2 { background-image: url(/assets/images/headers/home-great-offers.png); }

/* Teaser Panel {{{ */

#home-recommendations .teaser a {
  display: block;
  height: 48px;
  width: 168px;
  padding: 8px 56px 0px 16px;
  margin: 0px 0px 8px;
  overflow: hidden;
  line-height: 14px;
  text-decoration: none;
  color: black;
  background: url(/assets/images/teaser.png) no-repeat 100% 0%;
}

#home-recommendations .teaser a:hover {
  background-position: 0% 100%;
}

#home-recommendations .teaser strong {
  display: block;
  color: #830e0e;
}

/*}}}*/

#home-slideshow {
  width: 976px;
  height: 488px;
  position: relative;
  left: -32px;
  background: url(/assets/images/home-slideshow.jpg) no-repeat 0px 0px;
}

#home-slideshow .loading {
  position: absolute;
  left: 16px;
  top: 40px;
  width: 696px;
  height: 392px;
  background: url(/assets/images/loading.gif) no-repeat 50% 50%;
}

#home-slideshow .images {
  position: absolute;
  left: 16px;
  top: 40px;
  width: 696px;
  height: 392px;
  overflow: hidden;
}

#home-slideshow .images .image {
  position: absolute;
  top: 0px;
  width: 696px;
  height: 392px;
}

#home-slideshow h3 {
  position: absolute;
  left: 248px;
  bottom: 12px;
  line-height: 48px;
  vertical-align: middle;
  font-size: 150%;
  color: white;
}

#home-slideshow .background {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  background: url(/assets/images/home-slideshow-image.png) no-repeat 0px 0px;
}

#home-slideshow p {
  position: absolute;
  left: 20px;
  top: 272px;
  width: 160px;
  -webkit-transform: rotate(5deg);
}

#home-slideshow .more {
  position: absolute;
  right: 12px;
  bottom: 20px;
  width: 128px;
  height: 32px;
  background: url(/assets/images/buttons/read-more.png) no-repeat 0px 0px;
  text-indent: -100em;
  overflow: hidden;
  outline: none;
  text-decoration: none;
}

#home-slideshow .more:hover { background-position: 0px 100%; }

#home-slideshow .indicators {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 32px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  z-index: 20;
}

#home-slideshow .indicators span {
  color: #ccc;
}

#home-slideshow .indicators span.active {
  color: #cf923e;
}

