.hidden
{
display: none;
}

#prevNext
{
margin-bottom: -33px;
}

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

#slides {
    margin-top: 0px;
}

#slides p
{
margin: 0;
padding: 3px 10px ;
font-size: 14px;
font-weight: normal;
position: relative;
top: -55px;
line-height: 1.5em;
height: 50px;
background: black;
opacity: .7;
filter:alpha(opacity=70);
color: #fff;
}

.jFlowPrev { background: url(../images/previous.png)}
.jFlowNext { background: url(../images/next.png)}

