﻿/* Slideshow style rules. */
#slideshow {
    margin:0 auto;
    width:499px;
    height:265px;
    position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:377px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  background-color: #F8F2E4;
  border-top: solid 1px tan;
  border-bottom: solid 1px tan;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:357px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/* Slideshow controls style rules. */
.control {
  display:block;
  width:60px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  border-top: solid 1px tan;
  border-bottom: solid 1px tan;
}
.controlNoClick {
  display:block;
  width:60px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  border-top: solid 1px tan;
  border-bottom: solid 1px tan;
}
#leftControlEmpty {
  top:0;
  left:0;
  background:transparent url(../images/tags/vert-left-side.gif) no-repeat 0 0;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../images/tags/previous-arrow.gif) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/tags/next-arrow.gif) no-repeat 0 0;
}

#pageContainer {
  margin:0 auto;
}
#pageContainer h1 {
  display:block;
  height:114px;
  background:transparent url(../images/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font-size: 24px;
  color:#B96A9A;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}