@charset "utf-8";
/* CSS Document */

#slideshow {
	margin:0 auto;
	width:550px;
	height:215px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:470px;
  height:215px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:450px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:215px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:215px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(img/control_left.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.png) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
 .slide img{float:left;
 margin-right:15px;}

.slider2{
	float:left;
	height:215px;
	width:550px;
	margin-bottom:50px;
	margin-top:18px;
	border-top:1px solid #820000;
	border-bottom:1px solid #820000;
}