#slideshow-all{
	position:relative;
	height:500px;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
	right:0;
	top:0;
}
.sl-bg-all{
	background:rgba(52, 152, 219, 0.20);
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	z-index:1;
	right:0;
	top:0;
}
.slideshow .slidedo{
	width:100%;
	height:100%;
}
.next {
  background-color: #666666;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
  height: 59px;
  right: 7px;
  position: absolute;
  bottom: 201px;
  width: 70px;
  opacity:0.8;
  display:none;
}
.next:before {
  color: #eee;
  content: "";
  display: block;
  font-family: moner;
  font-size: 23px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  text-align: center;
}
.prev{
  background-color: #666666;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
  height: 59px;
  left: 7px;
  position: absolute;
  bottom: 201px;
  width: 70px;
  opacity:0.8;
  display:none;
}
.prev:before {
  color: #eee;
  content: "";
  display: block;
  font-family: moner;
  font-size: 23px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  text-align: center;
}
#slideshow:hover .prev{
	-webkit-animation:moveleft3 0.5s ease-out both;
	-moz-animation:moveleft3 0.5s ease-out both;
	-o-animation:moveleft3 0.5s ease-out both;
	-ms-animation:moveleft3 0.5s ease-out both;
	animation:moveleft3 0.5s ease-out both;
}
#slideshow:hover .next{
	-webkit-animation:moveright3 0.5s ease-out both;
	-moz-animation:moveright3 0.5s ease-out both;
	-o-animation:moveright3 0.5s ease-out both;
	-ms-animation:moveright3 0.5s ease-out both;
	animation:moveright3 0.5s ease-out both;
}
.next:hover,.prev:hover{
	background-color:#2E8EF1;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out; 
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: ease-out;
	-ms-transition-duration: 0.3s;
	-ms-transition-timing-function: ease-out;
	-o-transition-duration: 0.3s;
	-o-transition-timing-function: ease-out;	
}
#slideshow:hover .next,#slideshow:hover .prev{
	display:block;
	z-index:10;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out; 
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: ease-out;
	-ms-transition-duration: 0.3s;
	-ms-transition-timing-function: ease-out;
	-o-transition-duration: 0.3s;
	-o-transition-timing-function: ease-out;	
}
.slidenav {
  height: 17px;
  position: absolute;
  text-align: center;
  top: 440px;
  width: 100%;
  z-index: 10;
  display:none;
}
#slideshow:hover .slidenav{
	-webkit-animation: movedown3 0.4s ease-in-out both;
	-moz-animation: movedown3 0.4s ease-in-out both;
	-o-animation: movedown3 0.4s ease-in-out both;
	-ms-animation: movedown3 0.4s ease-in-out both;
	animation: movedown3 0.4s ease-in-out both;
	display:block;
}
.slidenav a {
  background-position: center center;	
  border: 1px solid #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -moz-border-radius: 15px;
  display: inline-block;
  font-size: 0;
  height: 12px;
  margin-left: 4px;
  width: 12px;
}
.slidenav a.activeSlide{
 	background-image: url(../images/slide-nav.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.slide-content {
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10;
}