﻿body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #000;
}
#wrapper {
	text-align: center; 
	margin-right:auto; 
	margin-left:auto;
	margin-top: 0px; 
	position: relative; 
	width: 1280px; 
	height:900px;
}
.wrapperstyle {

	left: 0px; 
	top: 0px; 
	height: 950px;
}

.slideshow-container {
  position: relative;
  max-width:1000px;
  margin: auto;
  overflow: hidden;
}

.slide {
  display: none;
  width: 100%;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  user-select: none;
  transition: 0.3s;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.prev { left: 0; }
.next { right: 0; }

.dots-container {
  text-align: center;
  padding: 5px;
  background: #111;
	border: 5px solid #ffffff;
	}

.dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 4px;
  background-color: #aaa;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.active, .dot:hover {
  background-color:#FF0000;
}
