﻿body {
 background-color: black;
 background-image: url("Background.jpg");
 background-position: center top;
 background-repeat: no-repeat;
}
.slideshow {
	margin-top: 90px;
}
.slideshow-thumbnails {
    background-color: Black;
	bottom: -70px;
	height: 55px;
	left: 0;
	position: absolute;
	width: 100%;
	opacity: 1;
}
.slideshow-thumbnails a {
	display: block;
	float: left;
	padding: 2px;
	position: relative; 
}
.slideshow-thumbnails a:hover {
	background-color: White !important;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-active {
    background-color: #ED1C24 !important;
}
.slideshow-thumbnails-inactive {
}