#slideshow {
	width: 400px;
	height: 270px;
	position: relative;
background: #000;         
}
#slideshow #slidesContainer {
  margin:0 auto;
  width: 400px;
  height: 270px;
  overflow:auto;
  position:relative;
}

#slideshow #slidesContainer img {width: 400px;}

#slideshow #slidesContainer .slide {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 400px; 
  height: 250px;
  overflow: hidden;
  text-align: center;
}

.control {
  display: block;
  width: 30px;
  height: 20px;
  text-indent:-10000px;
  position :absolute;
  cursor: pointer;
  z-index: 999;
}
#leftControl {
  bottom: 0;
  left: 0;
  background:url(/im/slider_arrows.png) no-repeat 0 0 #000;
}
#rightControl {
  bottom: 0;
  right: 0;
  background:url(/im/slider_arrows.png) no-repeat 0 100% #000;
}


.cite_ {position: absolute; bottom: 0px; left: 0; z-index: 999; background: rgba(0, 0, 0, 0.506); width: 400px;}
.cite_ p_ {padding: 10px 10px; color: #fff; font-size: 12px; text-align: center; text-shadow: 1px 1px 0 #000;}

.cite {position: absolute; bottom: 0px; left: 0; z-index: 999; width: 400px; background: url("/im/newsmain.png"); background-size: 100% 100%;}
.cite p {padding: 40px 10px 10px 10px; color: #fff; font-size: 12px; text-align: center; text-shadow: 1px 1px 0 #000;}


#slideshow .slide .play {background:url(/im/play.png) no-repeat 50% 50%; width: 76px; height: 76px; display: block; position: absolute; left: 50%; margin-left: -38px; top: 50%; margin-top: -28px;}

