<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rslides {
		  position: relative;
		  list-style: none;
		  overflow: hidden;
		  width: 100%;
		  padding: 0;
		  margin: 0;
		  }

		.rslides li {
		  -webkit-backface-visibility: hidden;
		  position: absolute;
		  display: none;
		  width: 100%;
		  left: 0;
		  top: 0;
		  }

		.rslides li:first-child {
		  position: relative;
		  display: block;
		  float: left;
		  }

		.rslides img {
		  display: block;
		  height: auto;
		  float: left;
		  /*width: 100%; JMH 08082018 */
		  border: 0;
		  }
		  .controls {
			  -moz-transition: opacity 0.4s ease-in-out;
    		-o-transition: opacity 0.4s ease-in-out;
    		-webkit-transition: opacity 0.4s ease-in-out;
    		transition: opacity 0.4s ease-in-out;
			  }
		  .rslides_nav {
			  z-index: 3;
			  position: absolute;
			  -webkit-tap-highlight-color: rgba(0,0,0,0);
			  top: 50%;
			  left: 0;
			  opacity: 0;
			  text-indent: -9999px;
			  overflow: hidden;
			  text-decoration: none;
			  height: 61px;
			  width: 38px;
			  background: transparent url("/main/slideshow/themes.gif") no-repeat left top;
			  margin-top: -45px;
			  
			  }

			.rslides_nav.next {
			  left: auto;
			  background-position: right top;
			  right: 0;
			}
		

  		.pauseControl {
  			opacity: 0;
  			-webkit-tap-highlight-color: rgba(0,0,0,0);
			position: absolute;
			z-index: 3;
			bottom: 0%;
			text-align: center;
			width: 100%;
			background-color: rgba(0,0,0,0.7);
  		}
  		.pauseControl img {
  			opacity: .7;
  		}
  		.pauseControl img:hover {
  			opacity: .9;
  		}
  		.pauseControl img {
			height: 5% !important;
			width: 5% !important;
  		}
  		.slider-parent {
			display: inline-block;
			  position: relative;
			 /* width: 725px;
			  height: 275px;  Commented out 5-9-17 JDH to accomodate wide template with slideshow (Cotton) */
			}
		.slider-parent:hover .controls {
				opacity: 0.7;
			}
		 #prev:hover, #next:hover {
     		opacity: 0.9;
    	}
		
		
		.slider-parent:hover .pauseControl {
			opacity: 1;

		}
		

</pre></body></html>