body 
	{background-color: #000;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	color: white;
	font-family: Calibri;
    font-size=22px;
}
#flash-page {
	
	background-repeat: repeat;
	}


#photo img {
	display: block;
	border: 3px solid white;
	padding: 10px;
	margin: auto;
	width:auto;
	max-height:94vh;
	}
 
.container {
    position: relative;
  }

  
.viewslide{
	position: absolute;
    top: 360px;
    left: -8px;
    font-size: 2.0em;
    
  }
  
 
.back {
	position: absolute;
    top: 60px;
   left: -5px;
    font-size: 1.1em;
	  
}
 
.left {
	position: absolute;
    top: 300px;
   left: 75px;
    font-size: 48px;
  }

.right {
    position: absolute;
   top: 300px;
    right:75px;
    font-size: 48px;
}

 
.bottom {
	position: absolute;
    bottom: -28px;
    text-align : center;
    width: 100%;
    font-size: 1.2em;
    margin-bottom: 5px;
 }

  
  
 
	
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
    background-color: #333;
    color: white;
}
a:visited {
    color: #fff;
}

img {
	max-width: 100%;
}