/* The code below will remove the navigation for the homepage slideshow. This is used when we post only one slide. -MW
  .slideshow-wrapper > .orbit-container > .orbit-prev {display: none;}
  .slideshow-wrapper > .orbit-container > .orbit-next {display: none;}
  .slideshow-wrapper > .orbit-container > .orbit-bullets-container {display: none;} */
#content {background-color: transparent;}
@media only screen and (min-width: 768px) {

        body {
            background: url('../images/global/bg.png') repeat-x;
        }
        
        .orbit-container > .orbit-bullets-container > .orbit-bullets {-webkit-margin-after: 0em;}
}
