

.block-layer-slider {
  width: 1500px;
  margin-left: -750px;
  left: 50%;
  position:relative;
  margin-top: -20px;
}

.block-layer-slider .ls-bottom-nav-wrapper {
  z-index: 99;
  position:relative;
}

.ls-bottom-nav-wrapper, .ls-thumbnail-wrapper, .ls-nav-prev, .ls-nav-next { visibility: visible; }

.ls-fullwidth .ls-bottom-slidebuttons, .ls-fullwidth .ls-nav-start, .ls-fullwidth .ls-nav-stop, .ls-fullwidth .ls-nav-sides {
  top: -70px !important;
}

	/* Smaller than standard 960 (devices and browsers) */
        @media only screen and (max-width: 959px) {
		.block-layer-slider { width: 100%; margin-left: 0px; left: 0; }
	}

        /* Tablet Portrait size to standard 960 (devices and browsers) */
        @media only screen and (min-width: 768px) and (max-width: 959px) {}


        /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
        /* @media only screen and (max-width: 767px) {
		.block-layer-slider { display:none; }
	} */

	/* New Layer Slider Hide Point */
	 @media only screen and (max-width: 580px) {
                .block-layer-slider { display:none; }
        }

        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        @media only screen and (max-width: 479px) {}

