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

.slide_gallery{ position:relative; right:49px; padding:30px 0 0 0;}
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:850px;
	height:134px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:780px;
  height:134px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:780px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:134px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:26px;
  height:134px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:60px;
  left:0;
  background:transparent url(../images/arrow_left.png) no-repeat 0 0;
}
#rightControl {
  top:60px;
  right:0;
  background:transparent url(../images/arrow_right.png) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */

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

