.wrap {
	text-align: center;
	margin: 130px auto 0px auto;
	padding: 0px;
	width: 610px;
	position: relative;
	height: 260px;
	
	border-top: solid 1px #eee;
}



.hidden
{
display: none;
}

#prevNext
{
position: relative;
margin-top: -250px;
width: 100px;
padding: 0px;
padding-top: 10px;
float: right;
}

#prevNext img
{
position: relative;
z-index: 2;
cursor: pointer;
margin: 0px;
}



.wrap p.text
{
	margin: 0px 0px 0px 0px;
	padding: 0 1em;
	font-size: 1.5em;
	position: relative;
	top: -40px;
	line-height: 37px;
	height: 35px;
	background: #1e2300;
	opacity: .6;
	filter:alpha(opacity=60);
	text-align: left;
	font-size: 1.1em;
	
	width: 590px;
	border-top: solid 1px #eee;
	color: #fff;
}

.wrap p.text A
{
	color: #fff;
}
