body
{
	background-color: black;
}

.carousel
{
	width: 100%;
}

.carousel .carousel-inner
{
	width: 100%;
	height: 100%;
}

.carousel .carousel-inner .item
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 100%;
}

.carousel .carousel-inner .item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, black, transparent, transparent, black);
}

.carousel-caption
{
	top: 50px;
	bottom: auto;
	/* font-weight: bold; */
	font-size: 150%;
    background-color:rgba(0, 0, 0, 0.8);
    /* opacity:0.5; */
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.carousel-caption p
{
	padding-bottom: 10px;
	padding-top: 10px;
}

div.go
{
	position: fixed;
	z-index: 4;
	bottom: 50px; /* Adjusted by Javascript. */
	text-align: center;
	width: 100%;
	background-color:rgba(255, 255, 255, 0.1);
}

div.go button
{
	white-space: normal;
	font-weight: bold;
	margin-left: 40px;
	margin-right: 40px;
}