#bsis-customer-testimonials{
	margin:0 auto;
	width:832px;
	height:100px;
	position:relative;
	background-color:#ededed
}

#slideshow {
	margin:0 auto;
	width:832px;
	height:100px;
	position:relative;
	background-color:#ededed;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:680px;
	height:100px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:670px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:100px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:50px;
  height:100px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
	top:10px;
	left:30px;
	background-color: transparent;
	background-image: url(../../img/bs-cutomer-testimonial-arrow-left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#rightControl {
	top:10px;
	right:0;
	background-color: transparent;
	background-image: url(../../img/bs-cutomer-testimonial-arrow-right.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/** 
 * Style rules for Demo page
 */
#pageContainer {
  margin:0 auto;
  width:750px;
}
#pageContainer h1 {
  display:block;
  width:832px;
  height:114px;
  background:transparent url(../../images/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}

.slide-text{
	margin:0;
	padding:0 15px 0 0;
	height:100pxpx;
}

.slide .slide-text h2{
  margin:0;
  padding:10px 0;
  font-size:14px;
  color:#5b5a51;
  font-weight:bold;
}



.slide .slide-text p{
  margin:0;
  padding:0 80px 7px 0;
  font-size:16px;
  line-height:18px;
  color:#a4a289;
}

.slide .slide-text p span{
	font-weight:bold;
	float:right;
}


.slide img {
  float:right;
  margin:0 15px;
}


