html, body { padding:0; margin:0; }
#slideshow { background-color: #EEE; width:1px; min-width:100%; font-family: Arial, Helvetica, Sans-serif;}
.owl-carousel { max-width: none !important; }
#slideshowLabel { background-color: #19578D; padding: 5px 15px; text-align: right; font-weight: bold; color: #fff; }
#slideshowCarousel .owl-nav { background-image: url('//media.mercola.com/themes/mercola/images/carousel/owl-buttons.png'); }
#slideshowCarousel .slideshowImage img { max-width: 100%; }
.slideshowImage {text-align:center;}
#current-title{ position:relative; text-align:center; width: 80%; margin: 0 auto;}
#current-count{position: absolute;top: 5px;right: 10px;}

@media only screen and (max-width: 640px) {
    #current-title{ width: 55%;}
}