﻿.hidden
{
display: none;
}
.photogallery {
	padding: 30px 0;
}

#prevNext
{
margin-bottom: -2.5em;
}

#prevNext img
{
	position: relative;
	z-index: 2;
	cursor: pointer;
}
#container2 {
	display: block;
	height: 100%;
	min-height: 100%;
	text-align: left;
	margin: 0;
	padding: 100px 0 0 0;
	width: 400px;
}

p
{
	margin: 0;
	padding: 0 1em;
	font-size: 1.5em;
	position: relative;
	top: -50px;
	line-height: 50px;
	height: 50px;
	background: black;
	opacity: .7;
	filter:alpha(opacity=70);
	color: #FF0000;
}
#prev {
	float: left;
}
#next {
	margin: 0 0 0 840px;
}

