  	  .overlaycontrols{
		  font-size:67px;
		  font-weight: 900;
		  color:#30C;
		  cursor:pointer;
		  position: absolute;
		  opacity:.70;
		  text-shadow: 3px 3px #EEE;
		  line-height: 40px;
		  top:20%;
	  }
	div#divSlideShow{margin:auto; position: relative;}
    div#divSlideShowOuter{position: relative;}
#frmSS input[type="button"] {
  font-size: 13px;
  font-weight: 600;
  padding: 4px;
  min-width: 62px;
  background-color: #B7FFFF;
}
@media screen and (max-width: 520px)
{
  #leftChevron{left:5% !important;}
  #rightChevron{right:5% !important;}
  .overlaycontrols{
  font-size:48px;
  font-weight: 700;
  top:30%;
 }
}