h1{
	padding: 20px;
}

h2{
	border-bottom: 1px solid #000;
	padding: 30px;
}
	

.thumb{
	cursor: pointer;
	margin-top:10px;
}

.theatreView{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	z-index: 1031;
	background-color: rgba(0,0,0,0.9);
}

.backgroundTheatre{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	z-index: 1032;
}

.imageHolder{
position: relative;
margin: auto;
z-index: 1033;
}

.imageHolder img{
	display: block;
    margin: auto;
    max-height: 50%;
    margin-top: 10%;
    max-width: 60%;
}

#next, #prev, #close{
	color:#fff;
	font-size: 3em;
	position: absolute;
	top:35%;
	z-index: 2000;
	padding: 5%;
	cursor: pointer;
}

#next{
	right: 10%;
}

#prev{
	left: 10%;
}

#close{
	top:20px;
	right:40px;
	padding: 0;
}

