/* ============================= */
/* = Home page specific styles = */
/* ============================= */
div#wrap {background: url('/images/home/wrap.jpg') top center no-repeat;}


/* ========== */
/* = banner = */
/* ========== */
div#banner {
  height: 372px;
  position: relative;
}

div#banner img#prev {
  cursor: pointer;
  height: 64px;
  left: 0;
  position: absolute;
  top: 155px;
  width: 64px;
  z-index: 20;
}

div#banner img#next {
  cursor: pointer;
  height: 64px;
  right: 0;
  position: absolute;
  top: 155px;
  width: 64px;
  z-index: 20;
}

div#pics {
  height: 372px;
  overflow: hidden;
  position: relative;
  width: 960px;
  z-index: 10;
}

div#pics img {
  left: 0;
  position: absolute;
  top: 0;
}

div#secondary {padding: 0;}

div#secondary a#cta-specials {
  background: url('../images/home/cta-specials.jpg') 0 0 no-repeat;
  display: block;
  height: 149px;
  text-indent: -999em;
  width: 250px;
}

div#secondary a#cta-specials:hover {background-position: 0 -149px !important;}
