@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,800);
body {background-color: black; 
	font-family: 'Open Sans', sans-serif;}
.slide {width: 100%; text-align: center;}
.slide img {max-width: 100%; /*max-width: 1200px; */ max-height: 730px;}
.slide p {max-width: 1000px; margin: 0 auto;}
.navigation {max-width: 1200px; margin: 40px auto 30px auto;}
.caption {
	color: white;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin: 10px 0;
	}
.next, .back
{
	color: white;
	font-size: 20px;
	border: 1px solid white;
	padding: 10px;
	text-decoration: none;
	margin: 0 20px;
	font-weight: bold;
	}
	
.next:hover, .back:hover
{
	color: black;
	background-color: white;
}