/** 
 * Slideshow style rules.
 */

#slideshow {
	margin: 10px 0 10px 100px;
	padding: 0 10px 30px 0;
	width:640px;
	height:270px;
	background:#80562e url(../images/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
	/*
top: 225px;
	left: 15px;
*/
	border: 2px solid #3f2812;
}
#slideshow #slidesContainer {
  margin: 0 10px 50px 30px;
  width:560px;
  height:270px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  
}
#slidesContainer .slide {
  margin: auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:270px;
}

/** 
 * Slideshow1 controls style rules. width was 39px
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../images/control_leftb.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/control_rightb.png) no-repeat 0 0;
}

.slide p {
  margin:100px -10px 15px 15px;
  color: #fbebc9; 
}

.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  margin: 0 20px 10px 0;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0;
}

