﻿#wrap
{
width:700px;
height:500px;
z-index:-1;
}
.hidden
{
display: none;
}

#Prev
{
margin-bottom: -2.5em;
float: left;
}

#Next
{
margin-bottom: -2.5em;
float: right;
}

#Prev img
{
position: relative;
z-index: 2;
cursor: pointer;
}

#Next img
{
position: relative;
z-index: 2;
cursor: pointer;
}

p
{
margin: 0;
padding: 0 1em;
font-size: 12px;
position: relative;
line-height: 17px;
background: black;
opacity: .7;
filter:alpha(opacity=70);
}
