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

#slideshow {
	margin:0 auto;
	width:712px;
	height:410px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:712px;
  height:410px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:692px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:410px;
}
.control, .play,.pause {
  display:block;
  width:39px;
  height:40px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:10px;
  right:98px;
  background:transparent url(images/site-images/_left.png) no-repeat 0 0;
}
#playControl {
  top:10px;
  right:59px;
  background:transparent url(images/site-images/_play.png) no-repeat 0 0;
}
#pauseControl {
  top:10px;
  right:59px;
  background:transparent url(images/site-images/_pause.png) no-repeat 0 0;
}

#rightControl {
  top:10px;
  right:20px;
  background:transparent url(images/site-images/_right.png) no-repeat 0 0;
}

#con{
position:absolute;
margin-top:370px;
z-index:10000;
width:712px;
height:40px;
}