﻿body
{
background: #ffffff;
color: white;
font-family: helvetica;
width: 100%;
margin-left: 20%;
margin-right:20%;
margin-top:0;
}

.hidden
{
display: none;
}

#prevNext
{
margin-bottom: -2.5em;
margin-left: 400px;
}

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

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);
background:#999999;
}
a
{
color:#666666;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}
