.hidden
{
display: none;
}

#prevNext
{
margin-bottom: -2.5em;
}

#prevNext img
{	
position: relative;
z-index: 2;
cursor: pointer;
}

.para
{
margin: 0;
padding: 0 1em;
font-family:Arial;
font-size: 1.5em;
position: relative;
top: -50px;
line-height: 50px;
height: 50px;
background: black;
opacity: .5;
filter:alpha(opacity=70);
text-align:left;
}

#prev-next{
display:none;
/* other styles here */
}
.has-script #prev-next{ display:block; }
