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



/** 
 * Slideshow style rules.
 */
#slideshowB {
	margin:0px 0px 0px -50px;
	width:860px;
	height:530px;
	background:transparent no-repeat 0 0;
	position:relative;
}
#slideshowB #slidesContainerB {
  margin:0 auto;
  width:760px;
  height:530px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slidesContainerB {}

#slideshowB #slidesContainerB .slideB {
  margin:0 auto;
  width:760px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:530px;
}

/** 
 * Slideshow controls style rules.
 */
.controlB {
  display:block;
  width:39px;
  height:530px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControlB {
  top:240;
  left:0;
  background:transparent url(../../_assets/_img/arrow_prev_over.png) no-repeat 0 0;
}
#rightControlB {
  top:240;
  right:-15;
  background:transparent url(../../_assets/_img/arrow_next_over.png) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
.slideB img {
  float:right;
  margin:0 15px;
}
