@media all and (max-width: 900px) {
#nav span{font-size:14px!important;}
#slideshow{height:590px!important;}
}


#slideshow {
  width: 100%;/*710 volt*/
/*  border: none 1px #ccc;*/
 /* height: 810px;*/
  overflow: hidden;
  background: #fff;
  position: relative;
/*  -webkit-border-radius: 12px;
  -webkit-box-shadow: 4px 4px rgba(0,0,0,0.5);
  -moz-border-radius:12px;*/
  margin: 0px;
 padding: 0px;
 left:0px;
 max-height:810px;
 padding-top: 42.18%;
}

#slides {
  height: 100%;
  padding: 0px;
  position: relative;
}
/*
#slideshow ul {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 5;
  height: 100%;
  list-style: none;
  text-align: center;
  color:#000;
  font-size:12px;
  
  width: 100px;
  border-right: solid 1px #ccc;
}

#slideshow li {
  margin-top: 34px;
}

#slideshow li a {
  cursor: pointer;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
*/

/*#slideshow { left: 20px; float: left; margin: 5px }*/
#nav { 
z-index: 999;
bottom: 30px;
left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    /* width: 1200px; */
    margin: 0 auto;
    /* min-width: 1000px; */
    /* margin: 1px; */
    /* float: left; */
    /* padding-left: 15px; */
    /* font-family: Corbel,"Myriad Pro"; */
    position: relative;




 }/*710 volt*/
#nav li { width: 120px; float: left; margin-right: 22px; list-style: none }
#nav a { 
content: "/25EF"; 
display: table-cell;
    cursor: pointer;
    border: none;
    text-align: center;
	width: 14px;
    height: 14px;
    
    font-weight: 100;
    background-color: white;
    border-radius: 7px;
    margin-right: 7px;
 }
#nav a.activeSlide a { background:  #000;  }
.cycle-pager-active {     background:  #FFDA00!important;
    font-weight: 500!important; }
#nav a:focus { outline: none; }
/*#nav a{     cursor: pointer; border: none; display: block; font-size:12px; font-family:Gudea; font-style:normal; color:#666666; }*/
pre { clear: left }
