﻿.hidden
{
display: none;
}

#prevNext
{
margin-bottom: -2.5em;
}

#prevNext a
{
	width:20px; height:30px;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.jFlowNext{
	background:url(../images/next.png);
	float:right;
}

.jFlowNext:hover{
	background-position:-28px 0;
}

.jFlowPrev{
	background:url(../images/prev.png);
	float:left;
}

.jFlowPrev:hover{
	background-position:-28px 0;
}
/*
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);
}
*/