﻿body
{
background: #ffffff;
color: red;
font-family: helvetica;


}

.hidden
{
display: none;
}

#prevNext
{
	margin-bottom: -2.5em;
	position:absolute;
	top: 75px;
	left: -50px;
}
#prevNext2
{
	margin-bottom: -2.5em;
	position:absolute;
	top: 75px;
	right: -50px;
}


#prevNext img
{
position: relative;
z-index: 2;
cursor: pointer;
}

p
{
margin: 0;
color: #ffffff;
padding: 0 1em;
font-size: 1.8em;
font-family: 'Varela Round', sans-serif;
position: relative;
width: 600px;
top: -40px;
line-height: 30px;
height: 30px;
background: black;
opacity: .8;
filter:alpha(opacity=80);
}

