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

#slideshow {
	margin:0 auto;
	width:1250px;
	height:auto;
	background:#000;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:1200px;
  height:auto;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:1200px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:auto;
  text-align:center;
}
.slide img {
  margin:0;
}

/*#slideshow a span { display:none; background-image:url(http://www.mikecarterstudio.com/images/zoom.png); background-repeat:no-repeat; width:48px; height:48px; position:absolute; left:15px; top:15px;} */


.control {
  display:block;
  width:17px;
  height:auto;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../images/back.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/forward.png) no-repeat 0 0;
}


