﻿
#slideshow {
	margin:0 auto;
	width:575px;
	height:150px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:460px;
  height:150px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:440px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:130px;
  background:#fff;
}

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


/* Slide 2 */
#slideshow2 {
	margin:0 auto;
	width:575px;
	height:150px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow2 #slidesContainer2 {
  margin:0 auto;
  width:460px;
  height:150px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow2 #slidesContainer2 .slide2 {
  margin:0 auto;
  width:440px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:130px;
  background:#fff;
}

/** 
 * Slideshow controls style rules.
 */
.control2 {
  display:block;
  width:30px;
  height:30px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  background:#fff;
  margin-top:50px;
}
#leftControl2 {
  top:0;
  left:0;
  background:transparent url(../images/arrow_left.png) no-repeat 0 0;
}
#rightControl2 {
  top:0;
  right:0;
  background:transparent url(../images/arrow_right.png) no-repeat 0 0;
}

