﻿[data-slides] {
	background-image: url(../images/b-2.jpg); /* Default image. */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: background-image 1s linear;
}

/* Use additional CSS to control the `height` of `[data-slides]`, like so: */

.slideshow { height: 650px; z-index: 80000; }
