

/*this is used for the JSL landing page https://jlsautomation.lpages.co/jls-founders-day-2017-version-2/*/
.content-slider{
   /* background:#000;*/
}
.cycle-slideshow{  display:block; margin:0 auto; width:"600px";
    
    
     
}

.cycle-slideshow{position: relative;}
.cycle-prev,
.cycle-next {
  display: inline-block;
  color: #fff!important;
  height: 50px;
  width: 50px;
font-size:100px;
  position: absolute;
  top:50%;
  text-align:center;
transform:translateY(-50%);
  z-index:999;
     text-shadow: 0px 1px 10px rgba(0,0,0,0.5);
}
.cycle-prev{
  left:0;
 
}
.cycle-prev:before{
   content:"\2039";
}
.cycle-next{
  right:0;
  content:"";
}
.cycle-next:before{
   content:"\203A";
}

.cycle-slideshow .cycle-slide{display:block; 
margin:0 auto;
    height:auto;
  
    
}
