#wrap {
	position:relative;
	width:300px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	z-index:0;
}
#imagegallery {
	float:left;
	width:auto;
	height:auto;
	margin:0 auto;
	margin-top:10px;
	overflow:hidden;
	text-align:center;
}
#imagegallery a {
	text-decoration:none;
	color:#333333;
}
#pic{
	float:left;
	width:300px;
	height:auto;
	text-align:center;
	vertical-align:middle;
	margin:0 auto;
	line-height:200px;
	}

#pnav {
	width:310px;
	height:50px;
	position:absolute;
	top:85px;
	z-index:1000000000;
}
#pnav a {
	display:block;
	line-height:60px;
	width:60px;
	background:rgba(0,0,0,0.4);
	text-align:center;
	text-decoration:none;
	font-size:21px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 17px;
}
#prev {
	float:left;
	margin-left:-15px;
}
#next {
	float:right;
	margin-right:-15px;
}
