body {
    margin-top: 20px;
    margin-left: 20px;
}

.movie {
  margin-bottom: 20px;
  float: left;
  margin-right: 20px;
}

.movie img {
  border-radius: 4px;
}

#Message {
  width: 500px;
  position: fixed;
  top: 10px;
  right: 10px;
  border: solid 1px #828182;
  background: #e3e3df;
  padding: 10px;
  z-index: 10000000;
  border-radius: 4px;
}

#TheMovie {
  margin-right: 20px;
}

#TheMovie img {
  position: relative;
  width: 100%;
}

#Close {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 22;
  background: #FFF;
  width: 40px;
  height: 40px;
}

#TheDetails {
  position: absolute;
  top: 400px;
  left: 0px;
  padding: 40px;
  z-index: 22;
  background-color: rgba(0, 0, 0, 0.5);
}

#TheDetails h1 {
  font-size: 120px;
  padding: 0px;
  margin: 0px;
}

#slideshow {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	text-align: center;
	//overflow: scroll;
}
