#wrap
{
	border:solid 1px #ccc;
	background:#ccc;
	width:535px;
	height:250px;
	overflow:hidden;
}
.hidden
{
display: none;
}
#wrap img
{
	border:solid 1px white;
}
#wrap a
{
 text-decoration:none;
}

#prevNext
{
 position:absolute;
 z-index: 2;
 margin-top:100px;
 width:535px;
 height:100px;
 border:solid 0px white;
}

#prevNext .jFlowPrev
{
	width:25px;
	float:left;
	margin-left:5px;
	display:inline;
}

#prevNext .jFlowNext
{
	float:right;
	margin-right:5px;
	width:25px;
	display:inline;
}

#prevNext img
{
position:relative;
z-index: 2;
cursor: pointer;
border:solid 0px white;
}

#wrap .summary
{
margin: 0;
padding: 0 1em;
position:absolute;
line-height: 20px;
height: 20px;
background: black;
opacity: .7;
z-index:2;
color:White;
filter:alpha(opacity=70);
width:100%;
margin-top:230px;
text-align:center;
font-weight:bold;
font-size:13px;
}
