/* -- HamptonDevelopment.us -------------------------------------------- */

#wrapper {
  background-color: #fff;
  width: 100%;
  height: 450px;
  top: 98px;
  overflow: hidden;
  position: absolute;
  left: 0;
}

#carousel div {
  text-align: center;
  width: 980px;
  height: 450px;
/* SET MARGINS BOTH LEFT & RIGHT FOR SLICE WIDTH (40px TOTAL) */
  margin-left: -2px;
  margin-right: -38px;
  float: left;
  position: relative;
/* Position Image */
  left: -18px;
}

#carousel div img {
  border: none;
}

.cback {
  position: absolute;
  top: 463px;
  width:580px;
  height:50px;
  left: 40%;
  font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  line-height: 140%;
  color: #000000;
  text-align: center; 
  background-image: url("/img/2010/fp/slides/skew_back_85.png");
  opacity: 0.9;
  filter:alpha(opacity=90);  
  z-index: 55;
}

#labels p {
  width:580px; 
  text-align: center; 
}

#prev {
  display: block;
  position: absolute;
  top: 140px;
  left: -60px;
  background: url('/img/2010/fp/slides/tab_arrow_left.png') 0 0 no-repeat transparent;
  width: 50px;
  height: 150px;
  opacity: 0.7;
  filter:alpha(opacity=70);
  z-index: 30;
}

#next {
  display: block;
  position: absolute;
  top: 140px;
  right: -60px;
  background: url('/img/2010/fp/slides/tab_arrow_right.png') 0 0 no-repeat transparent;
  width: 50px;
  height: 150px;
  opacity: 0.7;
  filter:alpha(opacity=70);
  z-index: 30;
}

#pager {
  margin-left: -470px;
  position: absolute;
  left: 52%;
  bottom: 10px;
}

#pager a {
  border: 2px solid #808080;
  border-radius: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
}

#pager a:hover {
  background-color: rgba(155, 155, 155, 0.3);
}

#pager a span {
  display: none;
}

#pager a.selected {
  background-color: #404040;
}

