.bannerWidget {position: relative; margin:0 auto 1em; height: auto !important; max-width:100%; overflow:hidden; }
.bwItem.cycle-slide {width:100%; text-align:center;}

.bannerWidget .cycle-slideshow img {
	margin:0 auto;
	width:100% !important;
}

.bannerWidget .nav {
    position: absolute;
    bottom: 0px;
    z-index: 500;
    right: 0;
    padding:20px;
    display: none;
}
  
.bannerWidget .nav a.imgThumbText {
    padding: 3px;
    text-align: -9999px;
    font-size: 0;
    width: 4px;
    height: 4px;
    background: #878787;
    margin: 0 6px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
  }
.bannerWidget .nav a.imgThumbText:hover, 
.bannerWidget .nav .imgThumbText.activeSlide{ padding: 6px; }

.bannerWidget .nav a.imgThumb  {display: inline-block;}
.bannerWidget .nav a.imgThumb img {width: 25px; height: auto; border: 1px solid #ffffff; margin: 0 0 0 5px;}
  
.preservationFoundation .mid-col .bannerWidget {max-height: none; height: auto !important; margin: 10px auto 20px;}